aboutsummaryrefslogtreecommitdiffstats
path: root/libc/stdio/freopen.c
diff options
context:
space:
mode:
authorAndré Goddard Rosa <andre.goddard@gmail.com>2010-01-30 22:46:25 -0200
committerJean-Baptiste Queru <jbq@google.com>2010-05-17 09:34:13 -0700
commita910abcd194830d2d113b3e183eb7df4d36cd92e (patch)
tree291303f658796db61bcbf9b8107b3a88a4f83c79 /libc/stdio/freopen.c
parent1297428e89ead45849068989d334d8b7eae2f602 (diff)
downloadandroid_bionic-a910abcd194830d2d113b3e183eb7df4d36cd92e.tar.gz
android_bionic-a910abcd194830d2d113b3e183eb7df4d36cd92e.tar.bz2
android_bionic-a910abcd194830d2d113b3e183eb7df4d36cd92e.zip
improve readability of stdio: fix indentation and remove trailing spaces
Change-Id: Ic51e58a7c75d20bf770dc0ebd7f97a338fbe0036 Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
Diffstat (limited to 'libc/stdio/freopen.c')
-rw-r--r--libc/stdio/freopen.c4
1 files changed, 2 insertions, 2 deletions
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 <stdlib.h>
#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.
*/