From: Lennart Poettering Date: Fri, 25 Mar 2022 11:03:17 +0000 (+0100) Subject: notify: remove spurious whitespace X-Git-Tag: v251-rc2~228 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6cdd6d1accecf6e06b6f27529c552280e98ff1c6;p=thirdparty%2Fsystemd.git notify: remove spurious whitespace --- diff --git a/src/notify/notify.c b/src/notify/notify.c index b468a5bc448..7b23e7bdb0e 100644 --- a/src/notify/notify.c +++ b/src/notify/notify.c @@ -285,4 +285,4 @@ static int run(int argc, char* argv[]) { return 0; } -DEFINE_MAIN_FUNCTION_WITH_POSITIVE_FAILURE (run); +DEFINE_MAIN_FUNCTION_WITH_POSITIVE_FAILURE(run);