Skip to content

Commit 79caff6

Browse files
committed
Fix code style
1 parent 67b1013 commit 79caff6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

atom/browser/api/atom_api_menu_mac.mm

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,16 @@
1818

1919
using content::BrowserThread;
2020

21+
namespace {
22+
23+
static NSMenu* applicationMenu_ = nil;
24+
25+
} // namespace
26+
2127
namespace atom {
2228

2329
namespace api {
2430

25-
static NSMenu* applicationMenu_ = nil;
26-
2731
MenuMac::MenuMac(v8::Isolate* isolate, v8::Local<v8::Object> wrapper)
2832
: Menu(isolate, wrapper),
2933
weak_factory_(this) {

0 commit comments

Comments
 (0)