Code cleanup: preprocessor indentation inside #ifdef block

This commit is contained in:
2014-01-05 16:00:54 +06:00
parent 99d050f88b
commit ac3d33af73

View File

@@ -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)