Indent the "failure:" label away from column 0.
authorWayne Davison <wayned@samba.org>
Thu, 10 Nov 2005 16:43:44 +0000 (16:43 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 10 Nov 2005 16:43:44 +0000 (16:43 +0000)
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);