From b1345e285d49f309ec360923b1587ef558fd0565 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 14 Apr 2010 13:04:59 +0200 Subject: [PATCH] Tweak comments + indenting --- bacula/src/filed/job.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bacula/src/filed/job.c b/bacula/src/filed/job.c index c4b203ecd1..4a224cd68f 100644 --- a/bacula/src/filed/job.c +++ b/bacula/src/filed/job.c @@ -1850,8 +1850,7 @@ static int verify_cmd(JCR *jcr) #ifdef WIN32_VSS static bool vss_restore_init_callback(JCR *jcr, int init_type) { - switch (init_type) - { + switch (init_type) { case VSS_INIT_RESTORE_AFTER_INIT: generate_plugin_event(jcr, bEventVssRestoreLoadComponentMetadata); return true; -- 2.39.5