From 53116ca0b71898b46a6d678407fb1b03c2ab8a93 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 30 Sep 2019 08:57:37 -0400 Subject: Re-run "make autostyle" with improved annotate_ifdef_directives --- src/lib/osinfo/uname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/osinfo') diff --git a/src/lib/osinfo/uname.c b/src/lib/osinfo/uname.c index 2b37ff136c..34860c407a 100644 --- a/src/lib/osinfo/uname.c +++ b/src/lib/osinfo/uname.c @@ -137,7 +137,7 @@ get_uname,(void)) if (!is_server && !is_client) { strlcat(uname_result, " [client or server]", sizeof(uname_result)); } -#else /* !(defined(_WIN32)) */ +#else /* !defined(_WIN32) */ /* LCOV_EXCL_START -- can't provoke uname failure */ strlcpy(uname_result, "Unknown platform", sizeof(uname_result)); /* LCOV_EXCL_STOP */ -- cgit v1.2.3-54-g00ecf