summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/content.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/content.h b/src/lib/content.h
index 7301546eb..283889485 100644
--- a/src/lib/content.h
+++ b/src/lib/content.h
@@ -116,10 +116,10 @@ public:
bool paths_valid () const;
- /** @return Digest of the content's file(s). Note: this is
- * not a complete MD5-or-whatever hash, but a sort of poor
- * man's version (see comments in ::examine).
- */
+ /** @return Digest of the content's file(s). Note: this is
+ * not a complete MD5-or-whatever hash, but a sort of poor
+ * man's version (see comments in ::examine).
+ */
std::string digest () const {
boost::mutex::scoped_lock lm (_mutex);
return _digest;