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/vsscanf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/stdio/vsscanf.c') diff --git a/libc/stdio/vsscanf.c b/libc/stdio/vsscanf.c index 47c1ae6..9c4d805 100644 --- a/libc/stdio/vsscanf.c +++ b/libc/stdio/vsscanf.c @@ -39,7 +39,6 @@ static int eofread(void *cookie, char *buf, int len) { - return (0); } -- cgit v1.1