summaryrefslogtreecommitdiff
path: root/lib/open-safer.c
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/open-safer.c
parent039ae97b8ae35a2446c5d62d72b21689c97da7e2 (diff)
downloadgnulib-441aa3044f43e5572f58c354f01e6bc070acd5c7.tar.gz
Use spaces for indentation, not tabs.
Diffstat (limited to 'lib/open-safer.c')
-rw-r--r--lib/open-safer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/open-safer.c b/lib/open-safer.c
index 48d558fa57..f9bde6ecf4 100644
--- a/lib/open-safer.c
+++ b/lib/open-safer.c
@@ -36,7 +36,7 @@ open_safer (char const *file, int flags, ...)
va_start (ap, flags);
/* We have to use PROMOTED_MODE_T instead of mode_t, otherwise GCC 4
- creates crashing code when 'mode_t' is smaller than 'int'. */
+ creates crashing code when 'mode_t' is smaller than 'int'. */
mode = va_arg (ap, PROMOTED_MODE_T);
va_end (ap);