chiark / gitweb /
Prep v230: Apply missing upstream fixes and updates (5/8) src/libelogind.
[elogind.git] / src / libelogind / sd-bus / bus-match.c
index feb4ce805010bf30a578afc1851b22bedf0cad8a..dda0b5c50a6ff2647b0e5763d397593348bebd5b 100644 (file)
@@ -940,7 +940,7 @@ char *bus_match_to_string(struct bus_match_component *components, unsigned n_com
         char *buffer = NULL;
         size_t size = 0;
         unsigned i;
-               int r;
+        int r;
 
         if (n_components <= 0)
                 return strdup("");