[Bf-blender-cvs] [dfdf19c] master: Code cleanup: more preprocessor indentation

Sergey Sharybin noreply at git.blender.org
Tue Jan 28 09:36:35 CET 2014


Commit: dfdf19cc595e979c3cd426fa07f13973b26bd24a
Author: Sergey Sharybin
Date:   Tue Jan 28 14:34:52 2014 +0600
https://developer.blender.org/rBdfdf19cc595e979c3cd426fa07f13973b26bd24a

Code cleanup: more preprocessor indentation

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

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

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

diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index aa28afc..4a54460 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -54,17 +54,17 @@
 #include "RE_pipeline.h"
 
 #ifdef WITH_QUICKTIME
-#include "quicktime_export.h"
+#  include "quicktime_export.h"
 #  ifdef WITH_AUDASPACE
 #    include "AUD_Space.h"
 #  endif
 #endif
 
 #ifdef WITH_FFMPEG
-#include "BKE_writeffmpeg.h"
-#include <libavcodec/avcodec.h>
-#include <libavformat/avformat.h>
-#include "ffmpeg_compat.h"
+#  include "BKE_writeffmpeg.h"
+#  include <libavcodec/avcodec.h>
+#  include <libavformat/avformat.h>
+#  include "ffmpeg_compat.h"
 #endif
 
 #include "ED_render.h"




More information about the Bf-blender-cvs mailing list