Tracker: tiny style fix to FilePanelPriv.cpp

This commit is contained in:
John Scipione
2014-06-21 02:51:01 -04:00
parent 116b363cb8
commit 546ec3bcf9
+2 -1
View File
@@ -1165,8 +1165,9 @@ TFilePanel::MessageReceived(BMessage* message)
BPath homePath;
entry_ref ref;
if (find_directory(B_USER_DIRECTORY, &homePath) != B_OK
|| get_ref_for_path(homePath.Path(), &ref) != B_OK)
|| get_ref_for_path(homePath.Path(), &ref) != B_OK) {
break;
}
SetTo(&ref);
break;