diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-09-21 11:45:12 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-09-21 11:45:13 +0100 |
commit | b3b9fc03da4b7de2056edff25af030b9f4bd8063 (patch) | |
tree | 092badfbdf0bddcb381ddb72c7eb80fd09ed2d49 /bus/activation.c | |
parent | 44f2531016e55e3dbfea3bcb60ba9f679f7d4b87 (diff) | |
parent | 2829a59951304d11df0483e74ba1acdf25d50acc (diff) | |
download | dbus-b3b9fc03da4b7de2056edff25af030b9f4bd8063.tar.gz |
Merge branch 'more-unused-39231'
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39231
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
Diffstat (limited to 'bus/activation.c')
-rw-r--r-- | bus/activation.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bus/activation.c b/bus/activation.c index 97f9606b..2744e214 100644 --- a/bus/activation.c +++ b/bus/activation.c @@ -2538,14 +2538,18 @@ bus_activation_service_reload_test (const DBusString *test_data_dir) _dbus_assert_not_reached ("could not initiate service reload test"); if (!do_service_reload_test (&directory, FALSE)) - ; /* Do nothing? */ + { + /* Do nothing? */ + } /* Do OOM tests */ if (!init_service_reload_test (&directory)) _dbus_assert_not_reached ("could not initiate service reload test"); if (!do_service_reload_test (&directory, TRUE)) - ; /* Do nothing? */ + { + /* Do nothing? */ + } /* Cleanup test directory */ if (!cleanup_service_reload_test (&directory)) |