Commit 11afbf3e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

White space OCD

parent 6b6bbdd4
......@@ -220,7 +220,7 @@ VJ_unlink(const char *fname, int ignore_enoent)
if (unlink(fname)) {
if (errno != ENOENT || !ignore_enoent)
fprintf(stderr, "Could not delete '%s': %s\n",
fname, strerror(errno));
fname, strerror(errno));
}
VJ_master(JAIL_MASTER_LOW);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment