From: Ondrej Kozina Date: Mon, 4 Mar 2013 17:19:39 +0000 (+0100) Subject: - fix whitespace mess X-Git-Tag: v0.1.3~18^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4c75904ac3060eed3655fd2e89895d7d7b8b64c;p=thirdparty%2Fsnapper.git - fix whitespace mess --- diff --git a/snapper/Compare.cc b/snapper/Compare.cc index e0a944e5..3c7df3a3 100644 --- a/snapper/Compare.cc +++ b/snapper/Compare.cc @@ -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); }