diff lib/vdprintf.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 049c445485ee
children eccd5d7c7a69
line wrap: on
line diff
--- a/lib/vdprintf.c
+++ b/lib/vdprintf.c
@@ -46,11 +46,11 @@
   if (full_write (fd, output, len) < len)
     {
       if (output != buf)
-	{
-	  int saved_errno = errno;
-	  free (output);
-	  errno = saved_errno;
-	}
+        {
+          int saved_errno = errno;
+          free (output);
+          errno = saved_errno;
+        }
       return -1;
     }