28279: Joe checked in most of the changes to fix quoting, and this
is the rest to remove some extra blank lines. r=jfrancis, a=rickg. git-svn-id: svn://10.0.0.236/trunk@61693 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -67,7 +67,7 @@ nsInternetCiter::GetCiteString(const nsString& aInString, nsString& aOutString)
|
||||
PRUnichar newline ('\n');
|
||||
PRInt32 i = 0;
|
||||
PRInt32 length = aInString.Length();
|
||||
aOutString = "\n\n";
|
||||
aOutString = "";
|
||||
PRUnichar uch = newline;
|
||||
|
||||
// Loop over the string:
|
||||
|
||||
@@ -67,7 +67,7 @@ nsInternetCiter::GetCiteString(const nsString& aInString, nsString& aOutString)
|
||||
PRUnichar newline ('\n');
|
||||
PRInt32 i = 0;
|
||||
PRInt32 length = aInString.Length();
|
||||
aOutString = "\n\n";
|
||||
aOutString = "";
|
||||
PRUnichar uch = newline;
|
||||
|
||||
// Loop over the string:
|
||||
|
||||
Reference in New Issue
Block a user