diff --git a/mozilla/content/base/public/nsINameSpaceManager.h b/mozilla/content/base/public/nsINameSpaceManager.h index 6cb301402b8..ee1f35d1493 100644 --- a/mozilla/content/base/public/nsINameSpaceManager.h +++ b/mozilla/content/base/public/nsINameSpaceManager.h @@ -111,5 +111,5 @@ nsresult void NS_NameSpaceManagerShutdown(); - + #endif // nsINameSpaceManager_h___ diff --git a/mozilla/content/html/content/src/nsGenericHTMLElement.cpp b/mozilla/content/html/content/src/nsGenericHTMLElement.cpp index 606bbf570d6..1f1689f1bf6 100644 --- a/mozilla/content/html/content/src/nsGenericHTMLElement.cpp +++ b/mozilla/content/html/content/src/nsGenericHTMLElement.cpp @@ -129,7 +129,7 @@ static NS_DEFINE_CID(kPresStateCID, NS_PRESSTATE_CID); // XXX todo: add in missing out-of-memory checks #include "nsIPref.h" // Used by the temp pref, should be removed! - + //---------------------------------------------------------------------- class nsDOMCSSAttributeDeclaration : public nsDOMCSSDeclaration diff --git a/mozilla/content/html/style/src/nsCSSStyleRule.cpp b/mozilla/content/html/style/src/nsCSSStyleRule.cpp index cac6a4da61f..6be43cf2e5b 100644 --- a/mozilla/content/html/style/src/nsCSSStyleRule.cpp +++ b/mozilla/content/html/style/src/nsCSSStyleRule.cpp @@ -77,7 +77,7 @@ #include "nsContentUtils.h" // #define DEBUG_REFS - + static NS_DEFINE_IID(kISupportsIID, NS_ISUPPORTS_IID); static NS_DEFINE_IID(kCSSFontSID, NS_CSS_FONT_SID); diff --git a/mozilla/content/html/style/src/nsCSSStyleSheet.cpp b/mozilla/content/html/style/src/nsCSSStyleSheet.cpp index 4f118997e6e..18fbc4cfbb5 100644 --- a/mozilla/content/html/style/src/nsCSSStyleSheet.cpp +++ b/mozilla/content/html/style/src/nsCSSStyleSheet.cpp @@ -101,7 +101,7 @@ //#define DEBUG_RULES //#define EVENT_DEBUG //#define DEBUG_HASH - + #ifdef DEBUG_HASH static void DebugHashCount(PRBool hash) { static gCountHash = 0; diff --git a/mozilla/layout/style/nsCSSStyleRule.cpp b/mozilla/layout/style/nsCSSStyleRule.cpp index cac6a4da61f..6be43cf2e5b 100644 --- a/mozilla/layout/style/nsCSSStyleRule.cpp +++ b/mozilla/layout/style/nsCSSStyleRule.cpp @@ -77,7 +77,7 @@ #include "nsContentUtils.h" // #define DEBUG_REFS - + static NS_DEFINE_IID(kISupportsIID, NS_ISUPPORTS_IID); static NS_DEFINE_IID(kCSSFontSID, NS_CSS_FONT_SID); diff --git a/mozilla/layout/style/nsCSSStyleSheet.cpp b/mozilla/layout/style/nsCSSStyleSheet.cpp index 4f118997e6e..18fbc4cfbb5 100644 --- a/mozilla/layout/style/nsCSSStyleSheet.cpp +++ b/mozilla/layout/style/nsCSSStyleSheet.cpp @@ -101,7 +101,7 @@ //#define DEBUG_RULES //#define EVENT_DEBUG //#define DEBUG_HASH - + #ifdef DEBUG_HASH static void DebugHashCount(PRBool hash) { static gCountHash = 0;