Skip to content

Commit 301ff04

Browse files
committed
darwin: remove trailing spaces
1 parent ad0de42 commit 301ff04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/darwin/dirs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ static char *getAppDependentDir(vlc_userdir_t type)
154154
char identifier[256];
155155
Boolean ret = CFStringGetCString(identifierAsNS, identifier, sizeof(identifier), kCFStringEncodingUTF8);
156156
if (ret)
157-
name = identifier;
157+
name = identifier;
158158
}
159159
}
160160

@@ -164,7 +164,7 @@ static char *getAppDependentDir(vlc_userdir_t type)
164164
psz_dir = NULL;
165165
free(psz_parent);
166166

167-
return psz_dir;
167+
return psz_dir;
168168
}
169169

170170
char *config_GetUserDir (vlc_userdir_t type)

0 commit comments

Comments
 (0)