From 46c551fdb41d4f1b8408b5d702df3b029b5906fe Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Jan 12 2016 08:18:24 +0000 Subject: virsh: Fix alignment in VIRSH_COMMON_OPT_CONFIG definition --- diff --git a/tools/virsh.h b/tools/virsh.h index 94d012a..8b5e5ba 100644 --- a/tools/virsh.h +++ b/tools/virsh.h @@ -78,8 +78,8 @@ # define VIRSH_COMMON_OPT_CONFIG(_helpstr) \ {.name = "config", \ - .type = VSH_OT_BOOL, \ - .help = _helpstr \ + .type = VSH_OT_BOOL, \ + .help = _helpstr \ } \ # define VIRSH_COMMON_OPT_LIVE(_helpstr) \