From: Carl Hetherington Date: Mon, 6 Mar 2023 00:00:28 +0000 (+0100) Subject: Cleanup: fix indentation. X-Git-Tag: v1.8.65~9 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=be24bd183525f300c7699dd6b4c058a1e00cc5d7;p=libdcp.git Cleanup: fix indentation. --- diff --git a/src/asset.h b/src/asset.h index 3af49119..a6b0ed56 100644 --- a/src/asset.h +++ b/src/asset.h @@ -102,11 +102,11 @@ public: } /** Set the file that holds this asset on disk. Calling this function - * clears this object's store of its hash, so you should call ::hash - * after this. - * - * @param file New file's path. - */ + * clears this object's store of its hash, so you should call ::hash + * after this. + * + * @param file New file's path. + */ void set_file (boost::filesystem::path file) const; /** Calculate the hash of this asset's file, if it has not already been calculated,