[nemiver/remote-cmdline] Style cleanup
- From: Dodji Seketeli <dodji src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nemiver/remote-cmdline] Style cleanup
- Date: Sun, 3 Oct 2010 16:55:22 +0000 (UTC)
commit 31f2f58bf5aee85fa8d4a9c4c8adc7b09c99f443
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]