chiark / gitweb /
unit: introduce %f specifier to decode file names
[elogind.git] / src / execute.c
index 9c7e0d6b708e7d618957fb5b5fbc190a48f8ff61..b5afa681082c7cfa2d07bc6dfd95b71a6162693d 100644 (file)
@@ -1613,7 +1613,6 @@ void exec_context_dump(ExecContext *c, FILE* f, const char *prefix) {
                 fprintf(f,
                         "%sUtmpIdentifier: %s\n",
                         prefix, c->utmp_id);
-
 }
 
 void exec_status_start(ExecStatus *s, pid_t pid) {