From: Kern Sibbald Date: Tue, 14 Jul 2009 13:47:15 +0000 (+0000) Subject: Remove some whitespace X-Git-Tag: Release-7.0.0~2885 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f6291c223695de8f535930130912905d919ceb0b;p=bacula%2Fbacula Remove some whitespace git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8984 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/jcr.h b/bacula/src/jcr.h index ddc3900096..9ddbf8bc36 100644 --- a/bacula/src/jcr.h +++ b/bacula/src/jcr.h @@ -183,9 +183,9 @@ public: bool is_job_canceled() {return job_canceled(this); }; int32_t get_JobType() { return m_JobType; }; int32_t get_JobLevel() { return m_JobLevel; }; - bool no_client_used() { + bool no_client_used() { return (m_JobType == JT_MIGRATE || m_JobType == JT_COPY || - m_JobLevel == L_VIRTUAL_FULL); + m_JobLevel == L_VIRTUAL_FULL); }; const char *get_OperationName(); /* in lib/jcr.c */ const char *get_ActionName(bool past); /* in lib/jcr.c */