summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-17 23:43:45 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-17 23:43:45 +0000
commita03ea8328cfe16eaad63ac442f38c48091d25c07 (patch)
tree0ed88ded3fd2e530fa843afbcfdb60185b2d8619 /src/lib
parentd8fe7c1bda60940987ed75cf5119dc777156c396 (diff)
White space.
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;