Build libmonoruntime under none desktop Windows API family.
[mono.git] / mono / metadata / null-gc.c
index c501a6b27709e1ee977b37b6023776b28c4c6726..b3224372ddef5b678b1d512be8e23fa527bbdf8e 100644 (file)
@@ -556,8 +556,9 @@ mono_gc_is_null (void)
        return TRUE;
 }
 #else
-       #ifdef _MSC_VER
-               // Quiet Visual Studio linker warning, LNK4221, in cases when this source file intentional ends up empty.
-               void __mono_win32_null_gc_quiet_lnk4221(void) {}
-       #endif
+
+#ifdef _MSC_VER
+// Quiet Visual Studio linker warning, LNK4221, in cases when this source file intentional ends up empty.
+void __mono_win32_null_gc_quiet_lnk4221(void) {}
+#endif
 #endif /* HAVE_NULL_GC */