]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fix whitespace mess
authorOndrej Kozina <okozina@redhat.com>
Mon, 4 Mar 2013 17:19:39 +0000 (18:19 +0100)
committerOndrej Kozina <okozina@redhat.com>
Mon, 4 Mar 2013 17:19:39 +0000 (18:19 +0100)
snapper/Compare.cc

index e0a944e58fca4f887f3acb53ddcbc49afc74bae6..3c7df3a3268a0079869016badc8a3c36459e566c 100644 (file)
@@ -180,7 +180,7 @@ namespace snapper
     cmpFiles(const SFile& file1, const struct stat& stat1, const SFile& file2,
             const struct stat& stat2)
     {
-        unsigned int status = 0;
+       unsigned int status = 0;
 
         /*
          * NOTE: just for a consideration
@@ -236,7 +236,7 @@ namespace snapper
            status |= GROUP;
        }
 
-        return status;
+       return status;
     }
 
 
@@ -267,7 +267,7 @@ namespace snapper
            throw IOErrorException();
        }
 
-        return cmpFiles(file1, stat1, file2, stat2);
+       return cmpFiles(file1, stat1, file2, stat2);
     }