From: David Herrmann Date: Sat, 17 Jan 2015 17:54:09 +0000 (+0100) Subject: bus-proxy: fix indentation X-Git-Tag: v219~463 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=bae8352c1dedc335b0e0b6ee2066f64b0b483e24 bus-proxy: fix indentation Fix whitespace indentation. --- diff --git a/src/bus-proxyd/driver.c b/src/bus-proxyd/driver.c index 3d312f65a..37fb87c45 100644 --- a/src/bus-proxyd/driver.c +++ b/src/bus-proxyd/driver.c @@ -595,7 +595,7 @@ int bus_proxy_process_driver(sd_bus *a, sd_bus *b, sd_bus_message *m, SharedPoli if (r < 0) return synthetic_reply_method_errno(m, r, NULL); - return synthetic_reply_method_return(m, NULL); + return synthetic_reply_method_return(m, NULL); } else { _cleanup_bus_error_free_ sd_bus_error error = SD_BUS_ERROR_NULL;