From 4ed89fc1f1d7a618ef9be841041cf00a0266b444 Mon Sep 17 00:00:00 2001 From: Matheus Kerschbaum Date: Fri, 26 Aug 2011 00:36:53 +0100 Subject: [PATCH] Bug 671465 - Remove whitespace from config.mk rs=khuey --- config/config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.mk b/config/config.mk index 0fb25f47841..9060e65edaa 100644 --- a/config/config.mk +++ b/config/config.mk @@ -259,7 +259,7 @@ endif # WINNT && !GNU_CC # _ENABLE_PIC=1 -# Determine if module being compiled is destined +# Determine if module being compiled is destined # to be merged into libxul ifdef LIBXUL_LIBRARY @@ -415,7 +415,7 @@ INCLUDES = \ -I$(DIST)/include -I$(DIST)/include/nsprpub \ $(if $(LIBXUL_SDK),-I$(LIBXUL_SDK)/include -I$(LIBXUL_SDK)/include/nsprpub) \ $(OS_INCLUDES) \ - $(NULL) + $(NULL) include $(topsrcdir)/config/static-checking-config.mk @@ -513,7 +513,7 @@ RTL_FLAGS=-MD # Dynamically linked, multithreaded RTL ifneq (,$(MOZ_DEBUG)$(NS_TRACE_MALLOC)) ifndef MOZ_NO_DEBUG_RTL RTL_FLAGS=-MDd # Dynamically linked, multithreaded MSVC4.0 debug RTL -endif +endif endif # MOZ_DEBUG || NS_TRACE_MALLOC endif # USE_STATIC_LIBS endif # WINNT && !GNU_CC