diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2019-05-14 17:26:47 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2019-05-14 17:26:47 +0200 |
commit | 8c317f03f6d4d89fd7b0cc1e6eaf515040b8e701 (patch) | |
tree | 4bf2806134b65a8734ab6521fb2a1ce243631b42 /networking/wget.c | |
parent | 0545bfa841540a0d7d7e2953bc205eda64144c2e (diff) | |
download | busybox-w32-8c317f03f6d4d89fd7b0cc1e6eaf515040b8e701.tar.gz busybox-w32-8c317f03f6d4d89fd7b0cc1e6eaf515040b8e701.tar.bz2 busybox-w32-8c317f03f6d4d89fd7b0cc1e6eaf515040b8e701.zip |
style fix, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/wget.c')
-rw-r--r-- | networking/wget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/wget.c b/networking/wget.c index fa4d21afd..b6f9d605a 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -312,7 +312,7 @@ static void progress_meter(int flag) | |||
312 | } | 312 | } |
313 | } | 313 | } |
314 | #else | 314 | #else |
315 | static ALWAYS_INLINE void progress_meter(int flag UNUSED_PARAM) { } | 315 | static ALWAYS_INLINE void progress_meter(int flag UNUSED_PARAM) {} |
316 | #endif | 316 | #endif |
317 | 317 | ||
318 | 318 | ||