Fix cpplint: at least two spaces between code and comments.
This commit is contained in:
parent
d18b34d55f
commit
22035e2d6d
5 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@ namespace {
|
|||
|
||||
BrowserClient* g_browser_client;
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
BrowserClient* BrowserClient::Get() {
|
||||
return g_browser_client;
|
||||
|
|
|
@ -19,4 +19,4 @@ void BrowserMainParts::InitializeMainNib() {
|
|||
[mainNib release];
|
||||
}
|
||||
|
||||
} // namespace brightray
|
||||
} // namespace brightray
|
||||
|
|
|
@ -56,4 +56,4 @@ void InspectableWebContentsViewMac::SetTitle(const base::string16& title) {
|
|||
[view_ setTitle:base::SysUTF16ToNSString(title)];
|
||||
}
|
||||
|
||||
} // namespace brightray
|
||||
} // namespace brightray
|
||||
|
|
|
@ -16,7 +16,7 @@ namespace {
|
|||
|
||||
const char kChromeUIDevToolsBundledHost[] = "devtools";
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
// static
|
||||
WebUIControllerFactory* WebUIControllerFactory::GetInstance() {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue