]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
formatting fix for wider variable names
authorAndrew Tridgell <tridge@samba.org>
Wed, 6 Jun 2007 12:17:46 +0000 (22:17 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 6 Jun 2007 12:17:46 +0000 (22:17 +1000)
(This used to be ctdb commit 195bde145f62221a7bb1b12014ada98ad5df4e9e)

ctdb/tools/ctdb_control.c

index 478e30ef9347e008ec3253b54cea5f585182f42a..d5ffbd96be1e57aeb88c4a7a9c9693ded9385a06 100644 (file)
@@ -582,7 +582,7 @@ static int control_getvar(struct ctdb_context *ctdb, int argc, const char **argv
                return -1;
        }
 
-       printf("%-17s = %u\n", name, value);
+       printf("%-18s = %u\n", name, value);
        return 0;
 }