chiark / gitweb /
trivial coding style clean ups
[elogind.git] / src / test / test-strbuf.c
index e9b6c033fdd1421d5524d063f6cb43ac4a90cf30..3334e0bf6cd98d72d1239b3ae164d904688d623b 100644 (file)
@@ -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;