From: Andrew Tridgell Date: Wed, 6 Jun 2007 12:17:46 +0000 (+1000) Subject: formatting fix for wider variable names X-Git-Tag: tevent-0.9.20~348^2~2545 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=341d715f1ae60e1b61675c2f7d0d61b684286c47;p=thirdparty%2Fsamba.git formatting fix for wider variable names (This used to be ctdb commit 195bde145f62221a7bb1b12014ada98ad5df4e9e) --- diff --git a/ctdb/tools/ctdb_control.c b/ctdb/tools/ctdb_control.c index 478e30ef934..d5ffbd96be1 100644 --- a/ctdb/tools/ctdb_control.c +++ b/ctdb/tools/ctdb_control.c @@ -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; }