зеркало из https://github.com/mozilla/pjs.git
fixing whitespace !
This commit is contained in:
Родитель
ae4ae450c2
Коммит
8994f3a7b8
|
@ -515,7 +515,6 @@ void nsEudoraCompose::CleanUpAttach( nsMsgAttachedFile *a, PRInt32 count)
|
|||
if (a[i].encoding)
|
||||
nsCRT::free( a[i].encoding);
|
||||
}
|
||||
|
||||
delete [] a;
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
@ -512,7 +513,6 @@ void nsOutlookCompose::CleanUpAttach( nsMsgAttachedFile *a, PRInt32 count)
|
|||
if (a[i].encoding)
|
||||
nsCRT::free( a[i].encoding);
|
||||
}
|
||||
|
||||
delete [] a;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче