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:
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/BLI_serialize.hh5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/blenlib/BLI_serialize.hh b/source/blender/blenlib/BLI_serialize.hh
index 0d59f33d552..8bec2785f83 100644
--- a/source/blender/blenlib/BLI_serialize.hh
+++ b/source/blender/blenlib/BLI_serialize.hh
@@ -316,8 +316,8 @@ class Formatter {
class JsonFormatter : public Formatter {
public:
/**
- * The identation level to use.
- * Typically number of chars. Set to 0 to not use identation.
+ * The indentation level to use.
+ * Typically number of chars. Set to 0 to not use indentation.
*/
int8_t indentation_len = 0;
@@ -327,4 +327,3 @@ class JsonFormatter : public Formatter {
};
} // namespace blender::io::serialize
-