Cleanup: Fix indentation

This commit is contained in:
Dalai Felinto
2018-05-31 19:19:27 +02:00
parent bf4ce5755f
commit e51cbce646

View File

@@ -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 */