[Bf-blender-cvs] [54e2f851a4b] master: Cleanup: Code formatting.

Jeroen Bakker noreply at git.blender.org
Tue Jan 4 14:07:40 CET 2022


Commit: 54e2f851a4bc0c48d8e2c4254058593ae9852239
Author: Jeroen Bakker
Date:   Tue Jan 4 14:07:27 2022 +0100
Branches: master
https://developer.blender.org/rB54e2f851a4bc0c48d8e2c4254058593ae9852239

Cleanup: Code formatting.

===================================================================

M	source/blender/editors/asset/intern/asset_indexer.cc

===================================================================

diff --git a/source/blender/editors/asset/intern/asset_indexer.cc b/source/blender/editors/asset/intern/asset_indexer.cc
index 55fef187080..a9c6e3798c9 100644
--- a/source/blender/editors/asset/intern/asset_indexer.cc
+++ b/source/blender/editors/asset/intern/asset_indexer.cc
@@ -534,9 +534,9 @@ struct AssetIndex {
   /**
    * `blender::io::serialize::Value` representing the contents of an index file.
    *
-   * Value is used over #DictionaryValue as the contents of the index could be corrupted and doesn't
-   * represent an object. In case corrupted files are detected the `get_version` would return
-   * `UNKNOWN_VERSION`.
+   * Value is used over #DictionaryValue as the contents of the index could be corrupted and
+   * doesn't represent an object. In case corrupted files are detected the `get_version` would
+   * return `UNKNOWN_VERSION`.
    */
   std::unique_ptr<Value> contents;



More information about the Bf-blender-cvs mailing list