From e734769276045c0cb89d4620fdd4ef35a0e6c335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Goddard=20Rosa?= Date: Fri, 5 Feb 2010 18:32:52 -0200 Subject: improve readability of stdlib: fix indentation and remove trailing spaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Goddard Rosa Change-Id: I7dd90a0816b5376ffc1de4499d56935e0bd574a1 --- libc/stdlib/assert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdlib/assert.c') diff --git a/libc/stdlib/assert.c b/libc/stdlib/assert.c index b439d8e..816b050 100644 --- a/libc/stdlib/assert.c +++ b/libc/stdlib/assert.c @@ -49,6 +49,6 @@ __assert2(const char *file, int line, const char *func, const char *failedexpr) (void)fprintf(stderr, "assertion \"%s\" failed: file \"%s\", line %d, function \"%s\"\n", failedexpr, file, line, func); - abort(); + abort(); /* NOTREACHED */ } -- cgit v1.1