summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-12-17 21:31:35 -0600
committerDenis Kenzior <denkenz@gmail.com>2009-12-17 21:45:39 -0600
commit955e6a61ee5a4c461b361f04b452eda3d119fffa (patch)
tree82fb411805eea7052259ff81037db6baec4e4b56 /src/main.c
parent7ffd9cb8e890d69a606506adb86e0828ad09d253 (diff)
downloadofono-955e6a61ee5a4c461b361f04b452eda3d119fffa.tar.bz2
Style: Fix a few more occurences of if/else
See Linux coding style document for details
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index c7ed0485..482a0259 100644
--- a/src/main.c
+++ b/src/main.c
@@ -187,8 +187,10 @@ int main(int argc, char **argv)
ofono_error("Unable to hop onto D-Bus: %s",
error.message);
dbus_error_free(&error);
- } else
+ } else {
ofono_error("Unable to hop onto D-Bus");
+ }
+
goto cleanup;
}