mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 20:22:00 +00:00
address reviewer comments (whitespace)
This commit is contained in:
parent
0bde202c5e
commit
3336d70572
@ -3084,9 +3084,9 @@ nsBookmarksService::GetSynthesizedType(nsIRDFResource *aNode, nsIRDFNode **aType
|
||||
{
|
||||
*aType = kNC_Folder;
|
||||
}
|
||||
else
|
||||
{
|
||||
#if defined(XP_BEOS)
|
||||
else
|
||||
{
|
||||
#ifdef XP_BEOS
|
||||
//solution for BeOS - bookmarks are stored as file attributes.
|
||||
PRBool isBookmarkedFlag = PR_FALSE;
|
||||
rv = IsBookmarkedInternal(aNode, &isBookmarkedFlag);
|
||||
|
Loading…
x
Reference in New Issue
Block a user