Use spaces for indentation, not tabs.
[gnulib.git] / lib / close-stream.c
index 59ab616..f71eaef 100644 (file)
@@ -71,7 +71,7 @@ close_stream (FILE *stream)
   if (prev_fail || (fclose_fail && (some_pending || errno != EBADF)))
     {
       if (! fclose_fail)
-       errno = 0;
+        errno = 0;
       return EOF;
     }