chiark / gitweb /
bus-proxy: fix indentation
authorDavid Herrmann <dh.herrmann@gmail.com>
Sat, 17 Jan 2015 17:54:09 +0000 (18:54 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sat, 17 Jan 2015 17:54:09 +0000 (18:54 +0100)
Fix whitespace indentation.

src/bus-proxyd/driver.c

index 3d312f65a4f10161130d5f347bdcb1d2519c464f..37fb87c453851c7433016cfdd4faa4a2b28af028 100644 (file)
@@ -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);
 
                 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;
 
         } else {
                 _cleanup_bus_error_free_ sd_bus_error error = SD_BUS_ERROR_NULL;