From a03ea8328cfe16eaad63ac442f38c48091d25c07 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 17 Feb 2016 23:43:45 +0000 Subject: [PATCH] White space. --- src/lib/content.h | 8 ++++---- 1 file 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; -- 2.30.2