[Bf-blender-cvs] [d5eb0b5] blender-v2.78-release: Cleanup: Fix epic indent failure in previous commit :/

Bastien Montagne noreply at git.blender.org
Wed Sep 14 16:24:23 CEST 2016


Commit: d5eb0b58a0b8258c1781222fcda70e2367cd24b8
Author: Bastien Montagne
Date:   Wed Sep 14 16:18:36 2016 +0200
Branches: blender-v2.78-release
https://developer.blender.org/rBd5eb0b58a0b8258c1781222fcda70e2367cd24b8

Cleanup: Fix epic indent failure in previous commit :/

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

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

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

diff --git a/source/blender/makesrna/intern/rna_main.c b/source/blender/makesrna/intern/rna_main.c
index eedd2ab..bf01619 100644
--- a/source/blender/makesrna/intern/rna_main.c
+++ b/source/blender/makesrna/intern/rna_main.c
@@ -367,7 +367,7 @@ void RNA_def_main(BlenderRNA *brna)
 		{"masks", "Mask", "rna_Main_masks_begin", "Masks", "Masks datablocks", RNA_def_main_masks},
 		{"linestyles", "FreestyleLineStyle", "rna_Main_linestyle_begin", "Line Styles", "Line Style datablocks", RNA_def_main_linestyles},
 		{"cache_files", "CacheFile", "rna_Main_cachefiles_begin", "Cache Files", "Cache Files datablocks", RNA_def_main_cachefiles},
-	    {"paint_curves", "PaintCurve", "rna_Main_paintcurves_begin", "Paint Curves", "Paint Curves datablocks", RNA_def_main_paintcurves},
+		{"paint_curves", "PaintCurve", "rna_Main_paintcurves_begin", "Paint Curves", "Paint Curves datablocks", RNA_def_main_paintcurves},
 		{NULL, NULL, NULL, NULL, NULL, NULL}
 	};




More information about the Bf-blender-cvs mailing list