Added newlines to eof

This commit is contained in:
harishd%netscape.com 2002-02-08 02:59:30 +00:00
parent 75aa45fa1d
commit 610db26369
8 changed files with 10 additions and 2 deletions

View File

@ -48,4 +48,5 @@ interface nsIP3PService : nsISupports {
%{C++
#define NS_P3PSERVICE_CONTRACTID "@mozilla.org/p3p-service;1"
%}
%}

View File

@ -43,4 +43,5 @@
#define NS_P3PSERVICE_CID \
{ 0x9a4077bb, 0xf16f, 0x49c2, { 0x8c, 0xff, 0x3c, 0xce, 0xb9, 0x4b, 0x58, 0x49 } }
#endif
#endif

View File

@ -266,3 +266,4 @@ nsCompactPolicy::GetConsent(const char* aURI,
return result;
}

View File

@ -81,3 +81,4 @@ protected:
};
#endif

View File

@ -69,3 +69,4 @@ Shutdown(nsIModule* aSelf)
}
NS_IMPL_NSGETMODULE_WITH_CTOR_DTOR(nsP3PModule, gP3PComponents,Initialize,Shutdown)

View File

@ -244,3 +244,4 @@ nsP3PService::GetConsent(const char* aURI,
return result;
}

View File

@ -72,3 +72,4 @@ protected:
};
#endif /* nsP3PService_h__ */

View File

@ -88,3 +88,4 @@ CP_TOKEN(TEL)
CP_TOKEN(TST)
CP_TOKEN(UNI)
CP_TOKEN(UNR)