From 9b10bc107f598f3804872215a2d738f106ca4092 Mon Sep 17 00:00:00 2001 From: Aman Verma Date: Mon, 13 Jan 2025 12:03:58 -0600 Subject: [PATCH] update-done: remove spurious trailing whitespace from MESSAGE. --- src/update-done/update-done.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/update-done/update-done.c b/src/update-done/update-done.c index fdfbb7b52e2..9eb58311e92 100644 --- a/src/update-done/update-done.c +++ b/src/update-done/update-done.c @@ -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" -- 2.47.3