(CDC) Indenting nits

This commit is contained in:
twinaphex 2015-07-30 18:10:50 +02:00
parent 735da562e2
commit 9eadd8466f
2 changed files with 1607 additions and 1607 deletions

File diff suppressed because it is too large Load Diff

View File

@ -105,7 +105,7 @@ class PS_CDC
ERRCODE_BAD_NUMARGS = 0x20,
ERRCODE_BAD_COMMAND = 0x40,
ERRCODE_NOT_READY = 0x80 // 0x80 (happens with getlocl when drive isn't reading, pause when tray is open, and MAYBE when trying to run an async
// command while another async command is currently in its asynch phase being executed[pause when in readtoc, todo test more])
// command while another async command is currently in its asynch phase being executed[pause when in readtoc, todo test more])
};
uint8 IRQBuffer;