Fix code style

This commit is contained in:
Zhuo Lu
2018-05-02 23:24:11 -07:00
parent 67b10135b6
commit 79caff69f5

View File

@@ -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) {