aboutsummaryrefslogtreecommitdiffstats
path: root/src/paste.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-07 23:58:29 +0000
committerJim Meyering <jim@meyering.net>1997-10-07 23:58:29 +0000
commit3ea2606e4125cf29694757dea9c4f607043536ce (patch)
treef63bcd6f3d393620874f9763bb34439a42b95fd5 /src/paste.c
parentupdate bug-reporting address (diff)
downloadcoreutils-3ea2606e4125cf29694757dea9c4f607043536ce.tar.gz
coreutils-3ea2606e4125cf29694757dea9c4f607043536ce.zip
indent cpp directives to reflect nesting
Diffstat (limited to 'src/paste.c')
-rw-r--r--src/paste.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paste.c b/src/paste.c
index 12e25d1d3..2fac48f3a 100644
--- a/src/paste.c
+++ b/src/paste.c
@@ -54,7 +54,7 @@ char *xrealloc ();
static FILE dummy_closed;
/* Element marking a file that has reached EOF and been closed. */
-#define CLOSED (&dummy_closed)
+#define CLOSED (&dummy_closed)
static FILE dummy_endlist;
/* Element marking end of list of open files. */