Fixing indentation
This commit is contained in:
parent
38cc56efee
commit
a5351407c5
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue