mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
Bug 1393219 - Code clean-up: Style nits, typos and trailing spaces
Tag #1273
This commit is contained in:
parent
b706286c3d
commit
c021f0c983
4 changed files with 107 additions and 109 deletions
|
|
@ -95,7 +95,7 @@ nsresult nsMailtoUrl::ParseMailtoUrl(char * searchPart)
|
|||
nsCString decodedName;
|
||||
MsgUnescapeString(nsDependentCString(token), 0, decodedName);
|
||||
|
||||
if (decodedName.Length() == 0)
|
||||
if (decodedName.IsEmpty())
|
||||
break;
|
||||
|
||||
switch (NS_ToUpper(decodedName.First()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue