white space cleanup.

git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@360 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
stippi 2010-04-02 13:40:04 +00:00 committed by Alexandre Deckner
parent 5d164e55a5
commit bef126e25e

View File

@ -1224,7 +1224,7 @@ BrowserWindow::_ShowBookmarks()
status = get_ref_for_path(path.Path(), &ref);
if (status == B_OK)
status = be_roster->Launch(&ref);
if (status != B_OK && status != B_ALREADY_RUNNING) {
BString message("There was an error trying to show the Bookmarks "
"folder.\n\n");