diff lib/xgetcwd.c @ 653:b63f146fd963

indent cpp-directives
author Jim Meyering <jim@meyering.net>
date Mon, 15 Jul 1996 03:56:06 +0000 (1996-07-15)
parents b4ef1c1a0171
children cd5ec632b29f
line wrap: on
line diff
--- a/lib/xgetcwd.c
+++ b/lib/xgetcwd.c
@@ -18,7 +18,7 @@
 /* Written by David MacKenzie <djm@gnu.ai.mit.edu>.  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+# include <config.h>
 #endif
 
 #include <stdio.h>
@@ -31,7 +31,7 @@
 
 #ifndef HAVE_GETCWD
 char *getwd ();
-#define getcwd(buf, max) getwd (buf)
+# define getcwd(buf, max) getwd (buf)
 #else
 char *getcwd ();
 #endif