Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2022-01-04 16:07:27 +0300
committerJeroen Bakker <jeroen@blender.org>2022-01-04 16:07:27 +0300
commit54e2f851a4bc0c48d8e2c4254058593ae9852239 (patch)
treeb88b7006216f55fe43110904e808b231ea68287b
parent070948b5f1cf299ad1bca0dfbc7787c8ba34dbd4 (diff)
Cleanup: Code formatting.
-rw-r--r--source/blender/editors/asset/intern/asset_indexer.cc6
1 files changed, 3 insertions, 3 deletions
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;