]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/journal-remote/journal-remote.c
tree-wide: make ++/-- usage consistent WRT spacing
[thirdparty/systemd.git] / src / journal-remote / journal-remote.c
index 44f9a9b44f49e6c69dde926b5ac84b0a8ad68644..35a1e55f9ee2e98e68c1fee305b11d20ec078168 100644 (file)
@@ -434,7 +434,7 @@ static int add_raw_socket(RemoteServer *s, int fd) {
                 return r;
 
         fd_ = -1;
-        s->active ++;
+        s->active++;
         return 0;
 }
 
@@ -742,7 +742,7 @@ static int setup_microhttpd_server(RemoteServer *s,
                 goto error;
         }
 
-        s->active ++;
+        s->active++;
         return 0;
 
 error: