Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2023 10:35:42 GMT
From:      Yuri Pankov <yuripv@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: bb255cee9382 - main - tzsetup: fix "misleading indentation" warning with -DVERBOSE
Message-ID:  <202307261035.36QAZg6V040981@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuripv:

URL: https://cgit.FreeBSD.org/src/commit/?id=bb255cee93828c6a885057d9227efe698a9a6b44

commit bb255cee93828c6a885057d9227efe698a9a6b44
Author:     Yuri Pankov <yuripv@FreeBSD.org>
AuthorDate: 2023-07-26 10:33:42 +0000
Commit:     Yuri Pankov <yuripv@FreeBSD.org>
CommitDate: 2023-07-26 10:33:42 +0000

    tzsetup: fix "misleading indentation" warning with -DVERBOSE
---
 usr.sbin/tzsetup/tzsetup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/tzsetup/tzsetup.c b/usr.sbin/tzsetup/tzsetup.c
index 56013f013673..4865e4571bd3 100644
--- a/usr.sbin/tzsetup/tzsetup.c
+++ b/usr.sbin/tzsetup/tzsetup.c
@@ -713,7 +713,7 @@ install_zoneinfo_file(const char *zoneinfo_file)
 		snprintf(prompt, sizeof(prompt),
 		    "Creating symbolic link %s to %s",
 		    path_localtime, zoneinfo_file);
-		message_zoneinfo_file("Info", prompt);
+	message_zoneinfo_file("Info", prompt);
 #endif
 
 	if (reallydoit) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307261035.36QAZg6V040981>