Fix cpplint: at least two spaces between code and comments.

This commit is contained in:
Haojian Wu 2017-03-31 20:18:20 +02:00
parent d18b34d55f
commit 22035e2d6d
5 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@ namespace {
BrowserClient* g_browser_client;
} // namespace
} // namespace
BrowserClient* BrowserClient::Get() {
return g_browser_client;