summaryrefslogtreecommitdiff
path: root/EXTERN.h
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2012-10-11 13:08:45 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2012-10-11 13:08:45 +0100
commitdef6ed225c88257d6c50813a8212783f0d267e0e (patch)
treed4c55064c552f3f10f8f0f652f21059bd45b9b92 /EXTERN.h
parenta19baa613c9769701790afd2f9ebfc422a1e97e7 (diff)
downloadperl-def6ed225c88257d6c50813a8212783f0d267e0e.tar.gz
Fix indentation after a19baa613c
Diffstat (limited to 'EXTERN.h')
-rw-r--r--EXTERN.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/EXTERN.h b/EXTERN.h
index 2fd3731e30..2aa77dbf8f 100644
--- a/EXTERN.h
+++ b/EXTERN.h
@@ -29,7 +29,7 @@
# define dEXTCONST globaldef {"$GLOBAL_RO_VARS"} readonly
#else
# if (defined(WIN32) || defined(__SYMBIAN32__)) && !defined(PERL_STATIC_SYMS)
-/* miniperl should not export anything */
+ /* miniperl should not export anything */
# if defined(PERL_IS_MINIPERL) && !defined(UNDER_CE) && defined(_MSC_VER)
# define EXT extern
# define dEXT
@@ -45,8 +45,8 @@
# define EXT extern __declspec(dllimport)
# define dEXT
# define EXTCONST extern __declspec(dllimport) const
-# define dEXTCONST const
-# endif
+# define dEXTCONST const
+# endif
# endif
# else
# if defined(__CYGWIN__) && defined(USEIMPORTLIB)