From 8994f3a7b88071eabe51fbb1dd5d4619c6358f33 Mon Sep 17 00:00:00 2001 From: "naving%netscape.com" Date: Wed, 28 Nov 2001 02:01:00 +0000 Subject: [PATCH] fixing whitespace ! --- mailnews/import/eudora/src/nsEudoraCompose.cpp | 7 +++---- mailnews/import/outlook/src/nsOutlookCompose.cpp | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/mailnews/import/eudora/src/nsEudoraCompose.cpp b/mailnews/import/eudora/src/nsEudoraCompose.cpp index a4f0bcd0e01..28ec3ae3454 100644 --- a/mailnews/import/eudora/src/nsEudoraCompose.cpp +++ b/mailnews/import/eudora/src/nsEudoraCompose.cpp @@ -506,7 +506,7 @@ void nsEudoraCompose::ExtractType( nsString& str) void nsEudoraCompose::CleanUpAttach( nsMsgAttachedFile *a, PRInt32 count) { - for (PRInt32 i = 0; i < count; i++) { + for (PRInt32 i = 0; i < count; i++) { a[i].orig_url=nsnull; if (a[i].type) nsCRT::free( a[i].type); @@ -514,9 +514,8 @@ void nsEudoraCompose::CleanUpAttach( nsMsgAttachedFile *a, PRInt32 count) nsCRT::free( a[i].description); if (a[i].encoding) nsCRT::free( a[i].encoding); - } - - delete [] a; + } + delete [] a; } nsMsgAttachedFile * nsEudoraCompose::GetLocalAttachments( void) diff --git a/mailnews/import/outlook/src/nsOutlookCompose.cpp b/mailnews/import/outlook/src/nsOutlookCompose.cpp index 06091a2dfd6..88880d70709 100644 --- a/mailnews/import/outlook/src/nsOutlookCompose.cpp +++ b/mailnews/import/outlook/src/nsOutlookCompose.cpp @@ -503,7 +503,8 @@ void nsOutlookCompose::ExtractType( nsString& str) void nsOutlookCompose::CleanUpAttach( nsMsgAttachedFile *a, PRInt32 count) { - for (PRInt32 i = 0; i < count; i++) { + for (PRInt32 i = 0; i < count; i++) + { a[i].orig_url=nsnull; if (a[i].type) nsCRT::free( a[i].type); @@ -511,9 +512,8 @@ void nsOutlookCompose::CleanUpAttach( nsMsgAttachedFile *a, PRInt32 count) nsCRT::free( a[i].description); if (a[i].encoding) nsCRT::free( a[i].encoding); - } - - delete [] a; + } + delete [] a; } nsMsgAttachedFile * nsOutlookCompose::GetLocalAttachments( void)