Indent the "failure:" label away from column 0.
[rsync/rsync.git] / backup.c
index 7d28885..84715db 100644 (file)
--- a/backup.c
+++ b/backup.c
@@ -149,7 +149,7 @@ static int make_bak_dir(char *fullpath)
        }
        return 0;
 
-failure:
+  failure:
        while (p != end) {
                *p = '/';
                p += strlen(p);