(scan_string, skip_spaces): Add newline before fn name.

From-SVN: r5889
This commit is contained in:
Richard Stallman 1993-10-26 02:48:04 +00:00
parent b65be498b7
commit 13ac10d7fd
1 changed files with 4 additions and 2 deletions

View File

@ -108,7 +108,8 @@ scan_ident (fp, s, c)
return c;
}
int scan_string (fp, s, init)
int
scan_string (fp, s, init)
register FILE *fp;
register sstring *s;
{
@ -140,7 +141,8 @@ int scan_string (fp, s, init)
/* Skip horizontal white spaces (spaces, tabs, and C-style comments). */
int skip_spaces (fp, c)
int
skip_spaces (fp, c)
register FILE *fp;
int c;
{