mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Fix namespace comments.
This commit is contained in:
@@ -17,7 +17,7 @@ std::string ApplicationInfoDictionaryValue(CFStringRef key) {
|
||||
return ApplicationInfoDictionaryValue(base::mac::CFToNSCast(key));
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace
|
||||
|
||||
std::string GetApplicationName() {
|
||||
return ApplicationInfoDictionaryValue(kCFBundleNameKey);
|
||||
@@ -27,4 +27,4 @@ std::string GetApplicationVersion() {
|
||||
return ApplicationInfoDictionaryValue(@"CFBundleShortVersionString");
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
||||
Reference in New Issue
Block a user