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:
authorDalai Felinto <dfelinto@gmail.com>2018-05-31 20:19:27 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-05-31 20:19:27 +0300
commite51cbce646c3bc94b8d5538d8b9bce53ee97a68d (patch)
tree43a000ea230b10042a116eee97dea24ff89b5943
parentbf4ce5755f3699105a1e97793db63f9fc8f7ad9a (diff)
Cleanup: Fix indentation
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h2
1 files changed, 1 insertions, 1 deletions
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 */