]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/hashes.cc
test framework: Correctly generate new paths in noopchroot
[apt.git] / apt-pkg / contrib / hashes.cc
index 41a0037cd5ac9974cd6fee41770d54e0ef3a3346..5c0023dc726414d31a080a36c61c6d769669219a 100644 (file)
@@ -136,6 +136,7 @@ APT_PURE bool HashString::usable() const                            /*{{{*/
       (Type != "MD5Sum")
    );
 }
+                                                                       /*}}}*/
 std::string HashString::toStr() const                                  /*{{{*/
 {
    return Type + ":" + Hash;