indentation; MAL NULL

SCCS-file: scheck.c
SCCS-SID: 7.7
This commit is contained in:
Arthur David Olson
2012-07-18 03:01:36 -04:00
committed by Paul Eggert
parent 775b52e48e
commit c50c9940b3
+3 -2
View File
@@ -15,12 +15,13 @@ static char sccsid[] = "%W%";
#endif
#ifndef MAL
#define MAL 0
#define MAL NULL
#endif
extern char * malloc();
char * scheck(string, format)
char *
scheck(string, format)
char * string;
char * format;
{