From 66e4ab31274a1e661befd9534463d158c54a55a2 Mon Sep 17 00:00:00 2001 From: "Steven G. Kargl" Date: Thu, 7 Jun 2007 18:10:31 +0000 Subject: decl.c: Miscellaneous whitespace fixes. * 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. From-SVN: r125533 --- gcc/fortran/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/fortran/io.c') diff --git a/gcc/fortran/io.c b/gcc/fortran/io.c index 19a4437..8e81d6a 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) -- cgit v1.1