From c275961811ac3eeee5479c957581019c9bfbd5f9 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 14 Jul 2009 13:47:15 +0000 Subject: [PATCH] Remove some whitespace git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8984 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/jcr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.39.5