summaryrefslogtreecommitdiff
path: root/lib/openat-priv.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-10 20:28:30 +0100
committerBruno Haible <bruno@clisp.org>2009-12-10 20:28:30 +0100
commit441aa3044f43e5572f58c354f01e6bc070acd5c7 (patch)
treebef236e8058dd3469da28ffcd5a6a287222a4c50 /lib/openat-priv.h
parent039ae97b8ae35a2446c5d62d72b21689c97da7e2 (diff)
downloadgnulib-441aa3044f43e5572f58c354f01e6bc070acd5c7.tar.gz
Use spaces for indentation, not tabs.
Diffstat (limited to 'lib/openat-priv.h')
-rw-r--r--lib/openat-priv.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/openat-priv.h b/lib/openat-priv.h
index 53016a14ec..ab6e9a841b 100644
--- a/lib/openat-priv.h
+++ b/lib/openat-priv.h
@@ -30,15 +30,15 @@ char *openat_proc_name (char buf[OPENAT_BUFFER_SIZE], int fd, char const *file);
/proc support, and even on systems *with* ProcFS support. Return
nonzero if the failure may be legitimate, e.g., because /proc is not
readable, or the particular .../fd/N directory is not present. */
-#define EXPECTED_ERRNO(Errno) \
- ((Errno) == ENOTDIR || (Errno) == ENOENT \
- || (Errno) == EPERM || (Errno) == EACCES \
- || (Errno) == ENOSYS /* Solaris 8 */ \
+#define EXPECTED_ERRNO(Errno) \
+ ((Errno) == ENOTDIR || (Errno) == ENOENT \
+ || (Errno) == EPERM || (Errno) == EACCES \
+ || (Errno) == ENOSYS /* Solaris 8 */ \
|| (Errno) == EOPNOTSUPP /* FreeBSD */)
/* Wrapper function shared among linkat and renameat. */
int at_func2 (int fd1, char const *file1,
- int fd2, char const *file2,
- int (*func) (char const *file1, char const *file2));
+ int fd2, char const *file2,
+ int (*func) (char const *file1, char const *file2));
#endif /* _GL_HEADER_OPENAT_PRIV */