summaryrefslogtreecommitdiff
path: root/src/timeout.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-06-02 21:47:19 +0200
committerJim Meyering <meyering@redhat.com>2008-06-02 21:47:19 +0200
commitcc4bdb92f9ef7528658c9e925f2b1156bd693c86 (patch)
treeacc400d2446ae29d4651968a266e3372b0ea3202 /src/timeout.c
parent0647f3eb5aeaa783ce21ddee268367d2ba7248df (diff)
downloadcoreutils-cc4bdb92f9ef7528658c9e925f2b1156bd693c86.tar.xz
fix cpp indentation policy violations
* src/copy.c (mkfifo): Indent nested "# define". * src/timeout.c (ECANCELED): Likewise.
Diffstat (limited to 'src/timeout.c')
-rw-r--r--src/timeout.c2
1 files changed, 1 insertions, 1 deletions
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;