[PATCH 2/4] log: minor coding style fixes

Ben Chan benchan at chromium.org
Mon Jul 17 17:09:02 UTC 2017


---
 src/mm-log.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mm-log.c b/src/mm-log.c
index 5691b26f..83c58235 100644
--- a/src/mm-log.c
+++ b/src/mm-log.c
@@ -89,7 +89,7 @@ mm_to_syslog_priority (MMLogLevel level)
     case MM_LOG_LEVEL_ERR:
         return LOG_ERR;
     }
-    g_assert_not_reached();
+    g_assert_not_reached ();
     return 0;
 }
 
@@ -125,7 +125,7 @@ log_level_description (MMLogLevel level)
     case MM_LOG_LEVEL_ERR:
         return "<error>";
     }
-    g_assert_not_reached();
+    g_assert_not_reached ();
     return NULL;
 }
 
@@ -249,7 +249,7 @@ log_handler (const gchar *log_domain,
              const gchar *message,
              gpointer ignored)
 {
-    log_backend (NULL, NULL, glib_to_syslog_priority (level), message, strlen(message));
+    log_backend (NULL, NULL, glib_to_syslog_priority (level), message, strlen (message));
 }
 
 gboolean
-- 
2.13.2.932.g7449e964c-goog



More information about the ModemManager-devel mailing list