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;

View file

@ -19,4 +19,4 @@ void BrowserMainParts::InitializeMainNib() {
[mainNib release];
}
} // namespace brightray
} // namespace brightray

View file

@ -56,4 +56,4 @@ void InspectableWebContentsViewMac::SetTitle(const base::string16& title) {
[view_ setTitle:base::SysUTF16ToNSString(title)];
}
} // namespace brightray
} // namespace brightray

View file

@ -16,7 +16,7 @@ namespace {
const char kChromeUIDevToolsBundledHost[] = "devtools";
} // namespace
} // namespace
// static
WebUIControllerFactory* WebUIControllerFactory::GetInstance() {

View file

@ -17,7 +17,7 @@ std::string ApplicationInfoDictionaryValue(CFStringRef key) {
return ApplicationInfoDictionaryValue(base::mac::CFToNSCast(key));
}
} // namespace
} // namespace
std::string GetApplicationName() {
return ApplicationInfoDictionaryValue(kCFBundleNameKey);
@ -27,4 +27,4 @@ std::string GetApplicationVersion() {
return ApplicationInfoDictionaryValue(@"CFBundleShortVersionString");
}
} // namespace brightray
} // namespace brightray