From 8c317f03f6d4d89fd7b0cc1e6eaf515040b8e701 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 14 May 2019 17:26:47 +0200 Subject: style fix, no code changes Signed-off-by: Denys Vlasenko --- networking/wget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/wget.c') diff --git a/networking/wget.c b/networking/wget.c index fa4d21a..b6f9d60 100644 --- a/networking/wget.c +++ b/networking/wget.c @@ -312,7 +312,7 @@ static void progress_meter(int flag) } } #else -static ALWAYS_INLINE void progress_meter(int flag UNUSED_PARAM) { } +static ALWAYS_INLINE void progress_meter(int flag UNUSED_PARAM) {} #endif -- cgit v1.1