[devel] Removed some newly-added TAB characters.

This commit is contained in:
Glenn Randers-Pehrson
2010-07-12 07:12:09 -05:00
parent f1202087f8
commit d9d4cecaad
5 changed files with 33 additions and 29 deletions

View File

@@ -242,9 +242,9 @@
# ifdef PNGLIB_BUILD
/* Building the library */
# if (defined(DLL_EXPORT)/*from libtool*/ ||\
defined(_WINDLL) || defined(_DLL) || defined(__DLL__) ||\
defined(_USRDLL) ||\
defined(PNG_BUILD_DLL)) && defined(PNG_DLL_EXPORT)
defined(_WINDLL) || defined(_DLL) || defined(__DLL__) ||\
defined(_USRDLL) ||\
defined(PNG_BUILD_DLL)) && defined(PNG_DLL_EXPORT)
/* Building a DLL. */
# define PNG_IMPEXP PNG_DLL_EXPORT
# endif /* DLL */