]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update-done: remove spurious trailing whitespace from MESSAGE.
authorAman Verma <amanraoverma@gmail.com>
Mon, 13 Jan 2025 18:03:58 +0000 (12:03 -0600)
committerLennart Poettering <lennart@poettering.net>
Mon, 13 Jan 2025 21:54:42 +0000 (22:54 +0100)
src/update-done/update-done.c

index fdfbb7b52e24d66140c67df94fcb754f056586c0..9eb58311e922f0b2d28d06eae29e3551f18a404e 100644 (file)
@@ -10,7 +10,7 @@
 #include "time-util.h"
 
 #define MESSAGE                                                         \
-        "# This file was created by systemd-update-done. Its only \n"   \
+        "# This file was created by systemd-update-done. Its only\n"    \
         "# purpose is to hold a timestamp of the time this directory\n" \
         "# was updated. See man:systemd-update-done.service(8).\n"