White space.
authorCarl Hetherington <cth@carlh.net>
Wed, 17 Feb 2016 23:43:45 +0000 (23:43 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 17 Feb 2016 23:43:45 +0000 (23:43 +0000)
src/lib/content.h

index 7301546eb55b380ab93dd1281ff75420db636778..283889485d50d20bb321d317907d04c131fa0a0d 100644 (file)
@@ -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;