summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-01-27 09:09:11 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-01-27 09:09:11 -0500
commit9447225d037def7821419ce51e9ca6d8f6dbdc41 (patch)
treee0958e33800c049b71da7b12cc81f554446afce7
parent83df97217f4439e1555671eadf4a9e7bd07b4f1d (diff)
downloadsdl_ios-9447225d037def7821419ce51e9ca6d8f6dbdc41.tar.gz
Run clang-format
-rw-r--r--SmartDeviceLink/SDLDebugTool.m2
-rw-r--r--SmartDeviceLink/SDLLifecycleManager.m2
2 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLDebugTool.m b/SmartDeviceLink/SDLDebugTool.m
index c07f206c1..1186dc340 100644
--- a/SmartDeviceLink/SDLDebugTool.m
+++ b/SmartDeviceLink/SDLDebugTool.m
@@ -188,7 +188,7 @@
if (self.debugToLogFile) {
return;
}
-
+
[SDLDebugTool logInfo:@"Enabling Log File" withType:SDLDebugType_Debug];
self.debugToLogFile = YES;
diff --git a/SmartDeviceLink/SDLLifecycleManager.m b/SmartDeviceLink/SDLLifecycleManager.m
index a9d5a86a1..1ccc74447 100644
--- a/SmartDeviceLink/SDLLifecycleManager.m
+++ b/SmartDeviceLink/SDLLifecycleManager.m
@@ -412,7 +412,7 @@ SDLLifecycleState *const SDLLifecycleStateReady = @"Ready";
return YES;
}
-+ (void)sdl_updateLoggingWithFlags:(SDLLogOutput)logFlags {
++ (void)sdl_updateLoggingWithFlags : (SDLLogOutput)logFlags {
if (logFlags == SDLLogOutputNone) {
[SDLDebugTool disable];
return;