mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-19 09:30:56 +00:00
Identation & bracket position changes
This commit is contained in:
parent
50787359a5
commit
aea2b09d47
@ -71,8 +71,7 @@ void prefs_exit()
|
||||
{
|
||||
DiskType *d = (DiskType*)[diskArray objectAtIndex:row];
|
||||
|
||||
if([[col identifier] isEqualTo:@"isCDROMcol"])
|
||||
{
|
||||
if([[col identifier] isEqualTo:@"isCDROMcol"]) {
|
||||
return [NSString stringWithFormat:@"%d", [d isCDROM]];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user