From: Lennart Poettering Date: Wed, 10 Jul 2024 15:17:20 +0000 (+0200) Subject: terminal-util: trivial white space fix X-Git-Tag: v257-rc1~873^2~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=845be16ffd0b832fe8fdd2a39897df318b898c45;p=thirdparty%2Fsystemd.git terminal-util: trivial white space fix --- diff --git a/src/basic/terminal-util.c b/src/basic/terminal-util.c index e50b54006a3..e3e0295c8e2 100644 --- a/src/basic/terminal-util.c +++ b/src/basic/terminal-util.c @@ -657,7 +657,7 @@ int vtnr_from_tty(const char *tty) { return i; } - int resolve_dev_console(char **ret) { +int resolve_dev_console(char **ret) { _cleanup_free_ char *active = NULL; char *tty; int r;