~indicator-network-developers/connman/trunk

« back to all changes in this revision

Viewing changes to src/main.c

  • Committer: Marcel Holtmann
  • Date: 2010-05-25 09:06:03 UTC
  • Revision ID: git-v1:3e48f9fbcbfbccc5a94f9c776da65f0c63364aa8
Break function declaration down to two lines

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
static gboolean option_selftest = FALSE;
68
68
static gboolean option_version = FALSE;
69
69
 
70
 
static gboolean parse_debug(const char *key, const char *value, gpointer user_data, GError **error)
 
70
static gboolean parse_debug(const char *key, const char *value,
 
71
                                        gpointer user_data, GError **error)
71
72
{
72
73
        if (value)
73
74
                option_debug = g_strdup(value);