core: fix coding style
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 18 May 2018 08:34:59 +0000 (17:34 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 18 May 2018 08:34:59 +0000 (17:34 +0900)
src/core/load-fragment.c

index 72c6e10..53fe7d4 100644 (file)
@@ -366,7 +366,7 @@ int config_parse_socket_listen(const char *unit,
                 p->type = SOCKET_SOCKET;
                 r = unit_full_printf(UNIT(s), rvalue, &k);
                 if (r < 0) {
-                        log_syntax(unit, LOG_ERR, filename, line, r,"Failed to resolve unit specifiers on %s, ignoring: %m", rvalue);
+                        log_syntax(unit, LOG_ERR, filename, line, r, "Failed to resolve unit specifiers on %s, ignoring: %m", rvalue);
                         return 0;
                 }