[Bf-blender-cvs] [3ae4aa720f3] blender2.8: Cleanup: indentation

Campbell Barton noreply at git.blender.org
Wed Apr 25 10:10:18 CEST 2018


Commit: 3ae4aa720f36d0b0943c914637ac3f05acb8d520
Author: Campbell Barton
Date:   Wed Apr 25 10:10:00 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB3ae4aa720f36d0b0943c914637ac3f05acb8d520

Cleanup: indentation

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

M	source/blender/editors/transform/transform_input.c

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

diff --git a/source/blender/editors/transform/transform_input.c b/source/blender/editors/transform/transform_input.c
index df77b6129a7..e53ae557631 100644
--- a/source/blender/editors/transform/transform_input.c
+++ b/source/blender/editors/transform/transform_input.c
@@ -348,19 +348,19 @@ void initMouseInputMode(TransInfo *t, MouseInput *mi, MouseInputMode mode)
 	 * or hide it if it will be drawn with the helpline */
 	wmWindow *win = CTX_wm_window(t->context);
 	switch(t->helpline) {
-        case HLP_NONE:
-                /* INPUT_VECTOR, INPUT_CUSTOM_RATIO, INPUT_CUSTOM_RATIO_FLIP */
-                WM_cursor_set(win, BC_HANDCURSOR);
-                break;
-        case HLP_SPRING:
-        case HLP_ANGLE:
-        case HLP_TRACKBALL:
-        case HLP_HARROW:
-        case HLP_VARROW:
-                WM_cursor_set(win, CURSOR_NONE);
-                break;
-        default:
-                break;
+		case HLP_NONE:
+			/* INPUT_VECTOR, INPUT_CUSTOM_RATIO, INPUT_CUSTOM_RATIO_FLIP */
+			WM_cursor_set(win, BC_HANDCURSOR);
+			break;
+		case HLP_SPRING:
+		case HLP_ANGLE:
+		case HLP_TRACKBALL:
+		case HLP_HARROW:
+		case HLP_VARROW:
+			WM_cursor_set(win, CURSOR_NONE);
+			break;
+		default:
+			break;
 	}
 
 	/* if we've allocated new data, free the old data



More information about the Bf-blender-cvs mailing list