core: minor coding style fixes

This commit is contained in:
Ben Chan
2014-05-19 23:46:55 -07:00
committed by Aleksander Morgado
parent d4177f554b
commit 37b0402ee5
28 changed files with 141 additions and 141 deletions

View File

@@ -43,7 +43,7 @@ static MMManager *manager;
static gboolean
quit_cb (gpointer user_data)
{
mm_info ("Caught signal, shutting down...");
mm_info ("Caught signal, shutting down...");
if (manager)
g_object_set (manager, MM_MANAGER_CONNECTION, NULL, NULL);