cosmetics
[deb_libcec.git] / src / cec-config / cec-config.cpp
index 76c91660adb27aea935d02e12277e6a116445476..5dbb9c8de19f6226ff26c8ee646cde7e48915bc7 100644 (file)
@@ -141,9 +141,9 @@ int CecCommand(void *UNUSED(cbParam), const cec_command &command)
 
 void EnableCallbacks(ICECAdapter *adapter)
 {
-  g_callbacks.CBCecLogMessage           = &CecLogMessage;
-  g_callbacks.CBCecKeyPress             = &CecKeyPress;
-  g_callbacks.CBCecCommand              = &CecCommand;
+  g_callbacks.CBCecLogMessage = &CecLogMessage;
+  g_callbacks.CBCecKeyPress   = &CecKeyPress;
+  g_callbacks.CBCecCommand    = &CecCommand;
   adapter->EnableCallbacks(NULL, &g_callbacks);
 }