Fixing indentation

This commit is contained in:
Ludovic Galabru 2016-08-09 05:57:02 -04:00
parent 38cc56efee
commit a5351407c5

View file

@ -45,8 +45,8 @@ void SystemPreferences::DoPostNotification(const std::string& name,
[NSDistributedNotificationCenter defaultCenter]; [NSDistributedNotificationCenter defaultCenter];
[center [center
postNotificationName:base::SysUTF8ToNSString(name) postNotificationName:base::SysUTF8ToNSString(name)
object:nil object:nil
userInfo:DictionaryValueToNSDictionary(user_info) userInfo:DictionaryValueToNSDictionary(user_info)
]; ];
} }