diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-03-06 01:00:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-06 01:00:28 +0100 |
| commit | be24bd183525f300c7699dd6b4c058a1e00cc5d7 (patch) | |
| tree | 51988a56988a2e1633166de1561594fde1dbd4d5 /src | |
| parent | 834c3f38e5127c6182445a2afd2c92c9e121ed85 (diff) | |
Cleanup: fix indentation.
Diffstat (limited to 'src')
| -rw-r--r-- | src/asset.h | 10 |
1 files 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, |
