mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-01 12:03:08 +00:00
Added newlines to eof
This commit is contained in:
parent
75aa45fa1d
commit
610db26369
@ -48,4 +48,5 @@ interface nsIP3PService : nsISupports {
|
||||
|
||||
%{C++
|
||||
#define NS_P3PSERVICE_CONTRACTID "@mozilla.org/p3p-service;1"
|
||||
%}
|
||||
%}
|
||||
|
||||
|
@ -43,4 +43,5 @@
|
||||
#define NS_P3PSERVICE_CID \
|
||||
{ 0x9a4077bb, 0xf16f, 0x49c2, { 0x8c, 0xff, 0x3c, 0xce, 0xb9, 0x4b, 0x58, 0x49 } }
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -266,3 +266,4 @@ nsCompactPolicy::GetConsent(const char* aURI,
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
@ -81,3 +81,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -69,3 +69,4 @@ Shutdown(nsIModule* aSelf)
|
||||
}
|
||||
|
||||
NS_IMPL_NSGETMODULE_WITH_CTOR_DTOR(nsP3PModule, gP3PComponents,Initialize,Shutdown)
|
||||
|
||||
|
@ -244,3 +244,4 @@ nsP3PService::GetConsent(const char* aURI,
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
@ -72,3 +72,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif /* nsP3PService_h__ */
|
||||
|
||||
|
@ -88,3 +88,4 @@ CP_TOKEN(TEL)
|
||||
CP_TOKEN(TST)
|
||||
CP_TOKEN(UNI)
|
||||
CP_TOKEN(UNR)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user