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];
[center
postNotificationName:base::SysUTF8ToNSString(name)
object:nil
userInfo:DictionaryValueToNSDictionary(user_info)
object:nil
userInfo:DictionaryValueToNSDictionary(user_info)
];
}