From 57a41a0debecb9bcaae136cad3987559dedb1158 Mon Sep 17 00:00:00 2001 From: Quietust Date: Thu, 15 Mar 2012 11:50:38 -0500 Subject: [PATCH] Fix indentation --- library/include/Export.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/include/Export.h b/library/include/Export.h index 0befe6690..8e00dbaed 100644 --- a/library/include/Export.h +++ b/library/include/Export.h @@ -29,7 +29,7 @@ distribution. #ifndef DFHACK_EXPORT #define DFHACK_EXPORT __attribute__ ((visibility("default"))) #endif - #else +#else #ifdef BUILD_DFHACK_LIB #ifndef DFHACK_EXPORT #define DFHACK_EXPORT __declspec(dllexport)