From be24bd183525f300c7699dd6b4c058a1e00cc5d7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 6 Mar 2023 01:00:28 +0100 Subject: [PATCH] Cleanup: fix indentation. --- src/asset.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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, -- 2.30.2