mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 01:17:34 +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
|
|
@ -751,10 +751,8 @@ nsMsgBrkMBoxStore::GetMsgInputStream(nsIMsgFolder *aMsgFolder,
|
|||
else
|
||||
*aOffset = ParseUint64Str(PromiseFlatCString(aMsgToken).get());
|
||||
*aReusable = true;
|
||||
nsCString URI;
|
||||
nsCOMPtr<nsIFile> mboxFile;
|
||||
|
||||
aMsgFolder->GetURI(URI);
|
||||
aMsgFolder->GetFilePath(getter_AddRefs(mboxFile));
|
||||
return NS_NewLocalFileInputStream(aResult, mboxFile);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue