diff --git a/caps/src/nsPrincipalManager.cpp b/caps/src/nsPrincipalManager.cpp index 93229106affc..d7d7dd95df3e 100644 --- a/caps/src/nsPrincipalManager.cpp +++ b/caps/src/nsPrincipalManager.cpp @@ -391,4 +391,4 @@ RDF_RemovePrincipal(nsIPrincipal * prin) nsCaps_unlock(); #endif /* ENABLE_RDF */ return found; -} \ No newline at end of file +} diff --git a/caps/src/nsSecurityManagerFactory.cpp b/caps/src/nsSecurityManagerFactory.cpp index 4a48d2b17630..26dbf8f555e3 100644 --- a/caps/src/nsSecurityManagerFactory.cpp +++ b/caps/src/nsSecurityManagerFactory.cpp @@ -181,4 +181,4 @@ NSUnregisterSelf(nsISupports * aServMgr, const char * aPath) rv = compMgr->UnregisterComponent(kPrivilegeManagerCID, aPath); rv = compMgr->UnregisterComponent(kPrincipalManagerCID, aPath); return rv; -} \ No newline at end of file +}