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
2012-07-03 15:38:50 +02:00
committed by Alexandre Deckner
parent 5d164e55a5
commit bef126e25e
+1 -1
View File
@@ -1224,7 +1224,7 @@ BrowserWindow::_ShowBookmarks()
status = get_ref_for_path(path.Path(), &ref); status = get_ref_for_path(path.Path(), &ref);
if (status == B_OK) if (status == B_OK)
status = be_roster->Launch(&ref); status = be_roster->Launch(&ref);
if (status != B_OK && status != B_ALREADY_RUNNING) { if (status != B_OK && status != B_ALREADY_RUNNING) {
BString message("There was an error trying to show the Bookmarks " BString message("There was an error trying to show the Bookmarks "
"folder.\n\n"); "folder.\n\n");