From 8a60063094ddcf7ee94c738b514f1fdde44e2ef6 Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" Date: Sun, 10 Feb 2008 08:47:09 +0000 Subject: [PATCH] Whitespace fixes git-svn-id: svn://10.0.0.236/trunk@245362 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/xre/nsWindowsWMain.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mozilla/toolkit/xre/nsWindowsWMain.cpp b/mozilla/toolkit/xre/nsWindowsWMain.cpp index 196f1535710..21944141e73 100644 --- a/mozilla/toolkit/xre/nsWindowsWMain.cpp +++ b/mozilla/toolkit/xre/nsWindowsWMain.cpp @@ -75,7 +75,7 @@ int wmain(int argc, WCHAR **argv) } } argvConverted[argc] = NULL; - + // need to save argvConverted copy for later deletion. char **deleteUs = new char*[argc+1]; if (!deleteUs) { @@ -85,10 +85,9 @@ int wmain(int argc, WCHAR **argv) for (int i=0; i