From a910abcd194830d2d113b3e183eb7df4d36cd92e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Goddard=20Rosa?= Date: Sat, 30 Jan 2010 22:46:25 -0200 Subject: improve readability of stdio: fix indentation and remove trailing spaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic51e58a7c75d20bf770dc0ebd7f97a338fbe0036 Signed-off-by: André Goddard Rosa --- libc/stdio/freopen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/stdio/freopen.c') diff --git a/libc/stdio/freopen.c b/libc/stdio/freopen.c index 414d8108e..59b222864 100644 --- a/libc/stdio/freopen.c +++ b/libc/stdio/freopen.c @@ -40,8 +40,8 @@ #include #include "local.h" -/* - * Re-direct an existing, open (probably) file to some other file. +/* + * Re-direct an existing, open (probably) file to some other file. * ANSI is written such that the original file gets closed if at * all possible, no matter what. */ -- cgit v1.2.3