Whitespace fixes

This commit is contained in:
Marcio T 2021-11-24 09:24:02 -07:00
parent 5e33fa482c
commit 02d8cd2591
9 changed files with 7 additions and 11 deletions

View File

@ -172,5 +172,3 @@ void printn( unsigned char *c, int n ) {
c++;
}
}

View File

@ -83,5 +83,3 @@ OSErr scsi_cmd(int id, void *cmd, size_t clen, void *buff, size_t siz, size_t cn
OSErr scsi_inquiry(int id, int lun, scsi_inq_reply *buff);
OSErr scsi_request_sense_data(int id, scsi_sense_reply *buff);
OSErr scsi_get_class(int id, int lun, int &dev );