From ebe6d9d8758d36e03cf39b6587597c67ab778436 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 5 Oct 2017 14:40:24 +0200 Subject: whitespace and comment format fixes, no code changes Signed-off-by: Denys Vlasenko --- libbb/fflush_stdout_and_exit.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libbb/fflush_stdout_and_exit.c') diff --git a/libbb/fflush_stdout_and_exit.c b/libbb/fflush_stdout_and_exit.c index b4bed865f..4c689c0fb 100644 --- a/libbb/fflush_stdout_and_exit.c +++ b/libbb/fflush_stdout_and_exit.c @@ -6,13 +6,11 @@ * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ +#include "libbb.h" /* Attempt to fflush(stdout), and exit with an error code if stdout is * in an error state. */ - -#include "libbb.h" - void FAST_FUNC fflush_stdout_and_exit(int retval) { xfunc_error_retval = retval; -- cgit v1.2.3