mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-29 14:49:44 +00:00
fix whitespaces
This commit is contained in:
parent
f25821d067
commit
a2e163fea9
@ -414,11 +414,11 @@ static NSString *makeRelativeIfNecessary(NSString *path)
|
|||||||
if(![p hasPrefix:@"/dev/"]) {
|
if(![p hasPrefix:@"/dev/"]) {
|
||||||
PrefsRemoveItem("cdrom", index);
|
PrefsRemoveItem("cdrom", index);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// only increase the index if the current entry has not been deleted
|
// only increase the index if the current entry has not been deleted
|
||||||
// if it has been deleted, the next entry is on the current entrys index
|
// if it has been deleted, the next entry is on the current entrys index
|
||||||
index++;
|
index++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Write all disks
|
// Write all disks
|
||||||
|
Loading…
Reference in New Issue
Block a user