mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
whitespace - tabkill
This commit is contained in:
@@ -62,9 +62,9 @@ BootstrapNSUserDefaults ()
|
||||
if (handle)
|
||||
{
|
||||
SOGoNSUserDefaultsBootstrap = dlsym (handle,
|
||||
"SOGoNSUserDefaultsBootstrap");
|
||||
"SOGoNSUserDefaultsBootstrap");
|
||||
if (SOGoNSUserDefaultsBootstrap)
|
||||
SOGoNSUserDefaultsBootstrap ();
|
||||
SOGoNSUserDefaultsBootstrap ();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -98,10 +98,10 @@ _injectConfigurationFromFile (NSUserDefaults *ud,
|
||||
if (![fileAttrs objectForKey: @"NSFileSize"])
|
||||
{
|
||||
[logger errorWithFormat:
|
||||
@"Can't get file attributes from '%@'",
|
||||
filename];
|
||||
@"Can't get file attributes from '%@'",
|
||||
filename];
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
if ([[fileAttrs objectForKey: @"NSFileSize"] intValue] == 0 )
|
||||
{
|
||||
[logger warnWithFormat:
|
||||
|
||||
Reference in New Issue
Block a user