From a5351407c5f353498d7491e87b6862865295d8f8 Mon Sep 17 00:00:00 2001 From: Ludovic Galabru Date: Tue, 9 Aug 2016 05:57:02 -0400 Subject: [PATCH] Fixing indentation --- atom/browser/api/atom_api_system_preferences_mac.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atom/browser/api/atom_api_system_preferences_mac.mm b/atom/browser/api/atom_api_system_preferences_mac.mm index 8f4251796245..aee0b4631613 100644 --- a/atom/browser/api/atom_api_system_preferences_mac.mm +++ b/atom/browser/api/atom_api_system_preferences_mac.mm @@ -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) ]; }