Cleanup: fix indentation.
authorCarl Hetherington <cth@carlh.net>
Mon, 6 Mar 2023 00:00:28 +0000 (01:00 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 6 Mar 2023 00:00:28 +0000 (01:00 +0100)
src/asset.h

index 3af49119ba59d5bd586fc6851696a916e7872c23..a6b0ed568edbec8d7b7dbc3f1e055632c1cc0b80 100644 (file)
@@ -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,