[Bf-blender-cvs] [63bf489734c] master: Cleanup: indentation

Sergey Sharybin noreply at git.blender.org
Mon Nov 27 16:22:29 CET 2017


Commit: 63bf489734c330f2a232641f648feae43530cc79
Author: Sergey Sharybin
Date:   Mon Nov 27 16:22:09 2017 +0100
Branches: master
https://developer.blender.org/rB63bf489734c330f2a232641f648feae43530cc79

Cleanup: indentation

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

M	source/blender/makesdna/DNA_ID.h

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

diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h
index 5250749fce3..923df70dd4d 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -339,7 +339,7 @@ enum {
 	 * Also used internally in readfile.c to mark datablocks needing do_versions. */
 	LIB_TAG_NEW             = 1 << 8,
 	/* RESET_BEFORE_USE free test flag.
-     * TODO make it a RESET_AFTER_USE too. */
+	 * TODO make it a RESET_AFTER_USE too. */
 	LIB_TAG_DOIT            = 1 << 10,
 	/* RESET_AFTER_USE tag existing data before linking so we know what is new. */
 	LIB_TAG_PRE_EXISTING    = 1 << 11,



More information about the Bf-blender-cvs mailing list