diff options
Diffstat (limited to 'cpp/src/IcePatch2Lib/Util.h')
-rw-r--r-- | cpp/src/IcePatch2Lib/Util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IcePatch2Lib/Util.h b/cpp/src/IcePatch2Lib/Util.h index 0c64c8b4164..f8ab9c1a4ce 100644 --- a/cpp/src/IcePatch2Lib/Util.h +++ b/cpp/src/IcePatch2Lib/Util.h @@ -78,7 +78,7 @@ struct FileInfoEqual : public std::binary_function<const IcePatch2::LargeFileInf { return false; } - + return lhs.checksum == rhs.checksum; } }; @@ -128,7 +128,7 @@ struct FileInfoWithoutFlagsLess : public std::binary_function<const IcePatch2::L { return 1; } - + return 0; } }; |