From cc4bdb92f9ef7528658c9e925f2b1156bd693c86 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 2 Jun 2008 21:47:19 +0200 Subject: fix cpp indentation policy violations * src/copy.c (mkfifo): Indent nested "# define". * src/timeout.c (ECANCELED): Likewise. --- src/timeout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/timeout.c') diff --git a/src/timeout.c b/src/timeout.c index b393a636a..9373cfa36 100644 --- a/src/timeout.c +++ b/src/timeout.c @@ -75,7 +75,7 @@ /* Internal failure. */ #ifndef ECANCELED -#define ECANCELED 125 +# define ECANCELED 125 #endif static int timed_out; -- cgit v1.2.3-54-g00ecf