From: Aman Verma Date: Mon, 13 Jan 2025 18:03:58 +0000 (-0600) Subject: update-done: remove spurious trailing whitespace from MESSAGE. X-Git-Tag: v258-rc1~1631 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b10bc107f598f3804872215a2d738f106ca4092;p=thirdparty%2Fsystemd.git update-done: remove spurious trailing whitespace from MESSAGE. --- 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"