[Bf-blender-cvs] [7b4ba65] master: Cleanup for previous commit (nasty IDE replacing tads with spaces, tsst)

Bastien Montagne noreply at git.blender.org
Thu Aug 18 15:22:30 CEST 2016


Commit: 7b4ba65a87a342ec0fba12a410950635c575d60f
Author: Bastien Montagne
Date:   Thu Aug 18 15:21:53 2016 +0200
Branches: master
https://developer.blender.org/rB7b4ba65a87a342ec0fba12a410950635c575d60f

Cleanup for previous commit (nasty IDE replacing tads with spaces, tsst)

Sorry for the noise :|

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

M	source/blender/makesrna/intern/rna_wm.c

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

diff --git a/source/blender/makesrna/intern/rna_wm.c b/source/blender/makesrna/intern/rna_wm.c
index 1f991b2..6902c37 100644
--- a/source/blender/makesrna/intern/rna_wm.c
+++ b/source/blender/makesrna/intern/rna_wm.c
@@ -382,7 +382,7 @@ EnumPropertyItem rna_enum_event_type_items[] = {
 	{NDOF_BUTTON_B, "NDOF_BUTTON_B", 0, "NDOF Button B", "NdofBB"},
 	{NDOF_BUTTON_C, "NDOF_BUTTON_C", 0, "NDOF Button C", "NdofBC"},
 #endif /* WITH_INPUT_NDOF */
-    {0, NULL, 0, NULL, NULL}
+	{0, NULL, 0, NULL, NULL}
 };
 
 EnumPropertyItem rna_enum_event_value_items[] = {




More information about the Bf-blender-cvs mailing list