[devel] Fixed indentation of CPP directives in the header files

with the help of "cppi".
This commit is contained in:
Glenn Randers-Pehrson 2010-03-06 10:45:55 -06:00
parent a565f0e234
commit d4df36c7f0
3 changed files with 547 additions and 546 deletions

View File

@ -861,7 +861,8 @@ extern void *png_far_to_near PNGARG((png_structp png_ptr,png_voidp ptr,
# define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1)
# endif # endif
# ifndef png_debug2 # ifndef png_debug2
#define png_debug2(l,m,p1,p2) _RPT2(_CRT_WARN,m PNG_STRING_NEWLINE,p1,p2) # define png_debug2(l,m,p1,p2) \
_RPT2(_CRT_WARN,m PNG_STRING_NEWLINE,p1,p2)
# endif # endif
# endif # endif
# else /* PNG_DEBUG_FILE || !_MSC_VER */ # else /* PNG_DEBUG_FILE || !_MSC_VER */