mirror of
https://github.com/electron/electron.git
synced 2026-01-27 00:09:09 -05:00
Fix cpplint: at least two spaces between code and comments.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user