summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-03 20:00:36 +0000
committerJim Meyering <jim@meyering.net>2001-11-03 20:00:36 +0000
commitaf1d1e7d3d84e8aa49e0a70e11aa31f9befa1522 (patch)
tree65680f856a090510c54b06c72316da7ddf7fc8f2 /m4
parent968b78491b176ddf1ce015b186ef9f7c16343990 (diff)
downloadcoreutils-af1d1e7d3d84e8aa49e0a70e11aa31f9befa1522.tar.xz
fix indentation of cpp `#'s
Diffstat (limited to 'm4')
-rw-r--r--m4/dirfd.m412
1 files changed, 6 insertions, 6 deletions
diff --git a/m4/dirfd.m4 b/m4/dirfd.m4
index 7f52bf301..dae894551 100644
--- a/m4/dirfd.m4
+++ b/m4/dirfd.m4
@@ -58,11 +58,11 @@ AC_DEFUN([UTILS_FUNC_DIRFD],
fi
AH_VERBATIM(DIR_TO_FD,
[#ifdef DIR_FD_MEMBER_NAME
- # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
- #else
- # define DIR_TO_FD(Dir_p) -1
- #endif
- ]
- )
+# define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
+#else
+# define DIR_TO_FD(Dir_p) -1
+#endif
+]
+ )
fi
])