[Bf-blender-cvs] [ac3d33a] master: Code cleanup: preprocessor indentation inside #ifdef block

Sergey Sharybin noreply at git.blender.org
Sun Jan 5 12:38:53 CET 2014


Commit: ac3d33af738e6417e2dab4f9686e766c44c102f2
Author: Sergey Sharybin
Date:   Sun Jan 5 16:00:54 2014 +0600
https://developer.blender.org/rBac3d33af738e6417e2dab4f9686e766c44c102f2

Code cleanup: preprocessor indentation inside #ifdef block

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

M	source/blender/blenkernel/intern/scene.c

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

diff --git a/source/blender/blenkernel/intern/scene.c b/source/blender/blenkernel/intern/scene.c
index cda1cea..e489759 100644
--- a/source/blender/blenkernel/intern/scene.c
+++ b/source/blender/blenkernel/intern/scene.c
@@ -34,10 +34,10 @@
 #include <stdio.h>
 #include <string.h>
 
-#ifndef WIN32 
-#include <unistd.h>
+#ifndef WIN32
+#  include <unistd.h>
 #else
-#include <io.h>
+#  include <io.h>
 #endif
 
 #include "MEM_guardedalloc.h"
@@ -97,7 +97,7 @@
 
 #ifdef WIN32
 #else
-#include <sys/time.h>
+#  include <sys/time.h>
 #endif
 
 void free_avicodecdata(AviCodecData *acd)




More information about the Bf-blender-cvs mailing list