From 6fda126dd700f6ef7fef71283c12b23c7a06a1d2 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Mon, 11 Feb 2002 21:00:35 +0000 Subject: Run through indent - no (intentional) changes to any code. --- tools/vgcfgbackup.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tools/vgcfgbackup.c') diff --git a/tools/vgcfgbackup.c b/tools/vgcfgbackup.c index 777147dc..4d7c69ad 100644 --- a/tools/vgcfgbackup.c +++ b/tools/vgcfgbackup.c @@ -36,8 +36,8 @@ static int vg_backup_single(struct cmd_context *cmd, const char *vg_name) return ECMD_FAILED; } - if (arg_count(cmd,file_ARG)) { - _backup_to_file(arg_value(cmd,file_ARG), vg); + if (arg_count(cmd, file_ARG)) { + _backup_to_file(arg_value(cmd, file_ARG), vg); } else { /* just use the normal backup code */ @@ -56,4 +56,3 @@ int vgcfgbackup(struct cmd_context *cmd, int argc, char **argv) { return process_each_vg(cmd, argc, argv, LCK_READ, &vg_backup_single); } - -- cgit