[Bf-blender-cvs] [e51cbce646c] blender2.8: Cleanup: Fix indentation

Dalai Felinto noreply at git.blender.org
Thu May 31 19:19:30 CEST 2018


Commit: e51cbce646c3bc94b8d5538d8b9bce53ee97a68d
Author: Dalai Felinto
Date:   Thu May 31 19:19:27 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBe51cbce646c3bc94b8d5538d8b9bce53ee97a68d

Cleanup: Fix indentation

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

M	source/blender/makesdna/DNA_view3d_types.h

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

diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index d0a68a9343c..4868777b5e6 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -357,7 +357,7 @@ enum {
 	V3D_OVERLAY_HIDE_CURSOR       = (1 << 1),
 	V3D_OVERLAY_BONE_SELECTION    = (1 << 2),
 	V3D_OVERLAY_LOOK_DEV          = (1 << 3),
-	V3D_OVERLAY_WIREFRAMES       = (1 << 4),
+	V3D_OVERLAY_WIREFRAMES        = (1 << 4),
 };
 
 /* View3DOverlay->edit_flag */



More information about the Bf-blender-cvs mailing list