From 6ba54119ece83394e9f1054460c5b4513617354d Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Wed, 28 Jul 1999 21:55:50 +0000 Subject: [PATCH] Added a newline the the end of file to make the native Unix compilers happy. git-svn-id: svn://10.0.0.236/trunk@41493 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/caps/src/nsCodebasePrincipal.cpp | 2 +- mozilla/caps/src/nsPrivilege.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/caps/src/nsCodebasePrincipal.cpp b/mozilla/caps/src/nsCodebasePrincipal.cpp index bb69f1a6e9d..42046c98213 100644 --- a/mozilla/caps/src/nsCodebasePrincipal.cpp +++ b/mozilla/caps/src/nsCodebasePrincipal.cpp @@ -91,4 +91,4 @@ nsCodebasePrincipal::nsCodebasePrincipal(PRInt16 * type, const char * codeBaseUR nsCodebasePrincipal::~nsCodebasePrincipal(void) { -} \ No newline at end of file +} diff --git a/mozilla/caps/src/nsPrivilege.cpp b/mozilla/caps/src/nsPrivilege.cpp index 4804dcc2343..089d95333f7 100755 --- a/mozilla/caps/src/nsPrivilege.cpp +++ b/mozilla/caps/src/nsPrivilege.cpp @@ -176,4 +176,4 @@ nsPrivilege::nsPrivilege(PRInt16 state, PRInt16 duration) nsPrivilege::~nsPrivilege(void) { if(itsString) delete [] itsString; -} \ No newline at end of file +}