Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Make a return implicit rather than explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
posix4e authored and bridiver committed Dec 19, 2016
1 parent e005037 commit 3213562
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vendor/brightray/browser/browser_main_parts.cc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ void OverrideLinuxAppDataPath(base::FilePath & path) {

if (brave::GetDefaultUserDataDirectory(&path))
PathService::Override(DIR_APP_DATA, path);
return;
}

int BrowserX11ErrorHandler(Display* d, XErrorEvent* error) {
Expand Down

0 comments on commit 3213562

Please sign in to comment.