mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix code style
This commit is contained in:
@@ -18,12 +18,16 @@
|
||||
|
||||
using content::BrowserThread;
|
||||
|
||||
namespace {
|
||||
|
||||
static NSMenu* applicationMenu_ = nil;
|
||||
|
||||
} // namespace
|
||||
|
||||
namespace atom {
|
||||
|
||||
namespace api {
|
||||
|
||||
static NSMenu* applicationMenu_ = nil;
|
||||
|
||||
MenuMac::MenuMac(v8::Isolate* isolate, v8::Local<v8::Object> wrapper)
|
||||
: Menu(isolate, wrapper),
|
||||
weak_factory_(this) {
|
||||
|
||||
Reference in New Issue
Block a user