chiark / gitweb /
core: add new ReadOnlySystem= and ProtectedHome= settings for service units
[elogind.git] / src / test / test-strbuf.c
index 49a3d2bb7953b0fafea8170358a62c193d42b127..3334e0bf6cd98d72d1239b3ae164d904688d623b 100644 (file)
@@ -32,7 +32,7 @@ static ssize_t add_string(struct strbuf *sb, const char *s) {
 
 static void test_strbuf(void) {
         struct strbuf *sb;
-       _cleanup_strv_free_ char **l;
+        _cleanup_strv_free_ char **l;
         ssize_t a, b, c, d, e, f, g;
 
         sb = strbuf_new();
@@ -85,8 +85,7 @@ static void test_strbuf(void) {
         strbuf_cleanup(sb);
 }
 
-int main(int argc, const char *argv[])
-{
+int main(int argc, const char *argv[]) {
         test_strbuf();
 
         return 0;