[devel] Fixed indentation of CPP directives in the header files
with the help of "cppi".
This commit is contained in:
parent
a565f0e234
commit
d4df36c7f0
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user