summaryrefslogtreecommitdiff
path: root/gcc/fortran/io.c
diff options
context:
space:
mode:
authorbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2007-06-07 18:10:31 +0000
committerbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2007-06-07 18:10:31 +0000
commitf6d0e37ab55942a2a12a485bf0691f7d5eaaf1df (patch)
treea5d4d0d32adbc5ce952e0f81a156f8590ce3ee2f /gcc/fortran/io.c
parent28bf151dc6d18f3116e011e77a5be7775c47ac7b (diff)
downloadgcc-f6d0e37ab55942a2a12a485bf0691f7d5eaaf1df.tar.gz
* decl.c: Miscellaneous whitespace fixes.
* expr.c: Likewise. * gfortran.h: Likewise. * interface.c : Likewise. * io.c: Likewise. * match.c: Likewise. * match.h: Likewise. * module.c: Likewise. * parse.c: Likewise. * resolve.c: Likewise. * symbol.c: Likewise. * trans-array.c: Likewise. * trans-common.c: Likewise. * trans-decl.c: Likewise. * trans-intrinsic.c: Likewise. * trans-io.c: Likewise. * trans-stmt.c: Likewise. * trans-types.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125533 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/io.c')
-rw-r--r--gcc/fortran/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/io.c b/gcc/fortran/io.c
index 19a4437ea93..8e81d6a19fe 100644
--- a/gcc/fortran/io.c
+++ b/gcc/fortran/io.c
@@ -196,7 +196,7 @@ unget_char (void)
use_last_char = 1;
}
-/* Eat up the spaces and return a character. */
+/* Eat up the spaces and return a character. */
static char
next_char_not_space (void)