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/findfp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio/findfp.c') diff --git a/libc/stdio/findfp.c b/libc/stdio/findfp.c index a55a65d..039293f 100644 --- a/libc/stdio/findfp.c +++ b/libc/stdio/findfp.c @@ -50,7 +50,7 @@ int __sdidinit; /* p r w flags file _bf z cookie close read seek write ext */ - /* the usual - (stdin + stdout + stderr) */ +/* the usual - (stdin + stdout + stderr) */ static FILE usual[FOPEN_MAX - 3]; static struct __sfileext usualext[FOPEN_MAX - 3]; static struct glue uglue = { 0, FOPEN_MAX - 3, usual }; -- cgit v1.1