* lib/fts.c (fts_open): Use consistent indentation.
[pspp] / lib / fts.c
index 6eca31089e4d53193ba0b7c38c3847923c1a8564..05cd67c498c64912a4d2fac3fa8b9427c22d80db 100644 (file)
--- a/lib/fts.c
+++ b/lib/fts.c
@@ -433,7 +433,7 @@ fts_open (char * const *argv,
        sp->fts_cur->fts_link = root;
        sp->fts_cur->fts_info = FTS_INIT;
        if (! setup_dir (sp))
-         goto mem3;
+               goto mem3;
 
        /*
         * If using chdir(2), grab a file descriptor pointing to dot to ensure