From a2e163fea90cd0654d5c7c09d9bb1ea67192bb9c Mon Sep 17 00:00:00 2001 From: atmaxinger Date: Thu, 22 Feb 2018 23:08:57 +0100 Subject: [PATCH] fix whitespaces --- .../src/MacOSX/Launcher/VMSettingsController.mm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SheepShaver/src/MacOSX/Launcher/VMSettingsController.mm b/SheepShaver/src/MacOSX/Launcher/VMSettingsController.mm index bd47a953..9281f7ab 100755 --- a/SheepShaver/src/MacOSX/Launcher/VMSettingsController.mm +++ b/SheepShaver/src/MacOSX/Launcher/VMSettingsController.mm @@ -414,11 +414,11 @@ static NSString *makeRelativeIfNecessary(NSString *path) if(![p hasPrefix:@"/dev/"]) { PrefsRemoveItem("cdrom", index); } - else { - // 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 - index++; - } + else { + // 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 + index++; + } } // Write all disks