Fix whitespace

This commit is contained in:
atmaxinger 2018-02-20 12:39:59 +01:00 committed by GitHub
parent 581ce7d971
commit 3931036d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ static NSString *getStringFromPrefs(const char *key)
index = 0;
while ((dsk = PrefsFindString("cdrom", index++)) != NULL) {
NSString *path = [NSString stringWithUTF8String: dsk ];
if(![path isEqualToString:@"/dev/poll/cdrom"]) {
if (![path isEqualToString:@"/dev/poll/cdrom"]) {
DiskType *disk = [[[DiskType alloc] init] autorelease];
[disk setPath:[NSString stringWithUTF8String: dsk ]];
[disk setIsCDROM:YES];