diff lib/open-safer.c @ 12421:e8d2c6fc33ad

Use spaces for indentation, not tabs.
author Bruno Haible <bruno@clisp.org>
date Thu, 10 Dec 2009 20:28:30 +0100
parents 35f0931dc243
children b5e42ef33b49
line wrap: on
line diff
--- a/lib/open-safer.c
+++ b/lib/open-safer.c
@@ -36,7 +36,7 @@
       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);