]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/journal-remote/journal-upload.c
tree-wide: minor formatting inconsistency cleanups
[thirdparty/systemd.git] / src / journal-remote / journal-upload.c
index 440563e7d3a56e151543d4ffedd38a37e42cc970..6e1c3bb9ef45bb78adcdbdb3b79760d415582c40 100644 (file)
@@ -75,7 +75,7 @@ static void close_fd_input(Uploader *u);
                                   curl_easy_strerror(code));            \
                         cmd;                                            \
                 }                                                       \
-        } while(0)
+        } while (0)
 
 static size_t output_callback(char *buf,
                               size_t size,