Use spaces for indentation, not tabs.
[gnulib.git] / lib / close-hook.c
index afe8e56..427629a 100644 (file)
@@ -66,7 +66,7 @@ register_close_hook (close_hook_fn hook, struct close_hook *link)
     {
       /* The link is already in use.  */
       if (link->private_fn != hook)
-       abort ();
+        abort ();
     }
 }