fix cpp indentation policy violations
authorJim Meyering <meyering@redhat.com>
Mon, 2 Jun 2008 19:47:19 +0000 (21:47 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 2 Jun 2008 19:47:19 +0000 (21:47 +0200)
* src/copy.c (mkfifo): Indent nested "# define".
* src/timeout.c (ECANCELED): Likewise.

src/copy.c
src/timeout.c

index c2f21a3..7d33cb3 100644 (file)
@@ -72,7 +72,7 @@ rpl_mkfifo (char const *file, mode_t mode)
   errno = ENOTSUP;
   return -1;
 }
-#define mkfifo rpl_mkfifo
+# define mkfifo rpl_mkfifo
 #endif
 
 #ifndef USE_ACL
index b393a63..9373cfa 100644 (file)
@@ -75,7 +75,7 @@
 
 /* Internal failure.  */
 #ifndef ECANCELED
-#define ECANCELED 125
+# define ECANCELED 125
 #endif
 
 static int timed_out;