[nemiver/remote-cmdline: 4/14] Style cleanup



commit dc2087cc5243add75284721395e3901fa11fce1b
Author: Dodji Seketeli <dodji seketeli org>
Date:   Sun Oct 3 18:48:20 2010 +0200

    Style cleanup
    
    	* src/main.cc (entries): Add some spaces.
    	(init_option_context): Split long line.

 src/main.cc |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/main.cc b/src/main.cc
index a14fa0c..44f2549 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -163,7 +163,7 @@ static GOptionEntry entries[] =
       _("Show the version number of nemiver"),
       NULL
     },
-    {0, 0, 0, (GOptionArg)0, 0, 0, 0}
+    {0, 0, 0, (GOptionArg) 0, 0, 0, 0}
 };
 
 struct GOptionContextUnref {
@@ -238,7 +238,8 @@ init_option_context ()
     g_option_context_set_ignore_unknown_options (context.get (), false);
     GOptionGroupSafePtr gtk_option_group (gtk_get_option_group (FALSE));
     THROW_IF_FAIL (gtk_option_group);
-    g_option_context_add_group (context.get (), gtk_option_group.release ());
+    g_option_context_add_group (context.get (),
+                                gtk_option_group.release ());
     return context.release ();
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]