]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove some whitespace
authorKern Sibbald <kern@sibbald.com>
Tue, 14 Jul 2009 13:47:15 +0000 (13:47 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 14 Jul 2009 13:47:15 +0000 (13:47 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8984 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/jcr.h

index ddc3900096648df16f3b2f342c8465de766ed844..9ddbf8bc362877625bb5546fe34e5c31a1aa7713 100644 (file)
@@ -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 */