projects
/
profile
/
ivi
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ced29d3
)
Break function declaration down to two lines
author
Marcel Holtmann
<marcel@holtmann.org>
Tue, 25 May 2010 09:06:03 +0000
(11:06 +0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 25 May 2010 09:06:03 +0000
(11:06 +0200)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
5818099
..
0ba7521
100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-67,7
+67,8
@@
static gboolean option_compat = FALSE;
static gboolean option_selftest = FALSE;
static gboolean option_version = FALSE;
-static gboolean parse_debug(const char *key, const char *value, gpointer user_data, GError **error)
+static gboolean parse_debug(const char *key, const char *value,
+ gpointer user_data, GError **error)
{
if (value)
option_debug = g_strdup(value);