Fix cpplint errors in bry_application.h
This commit is contained in:
parent
e5e3dc6a78
commit
236efa8be5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#import "base/mac/scoped_sending_event.h"
|
||||
|
||||
@interface BRYApplication : NSApplication <CrAppProtocol, CrAppControlProtocol> {
|
||||
@interface BRYApplication : NSApplication<CrAppProtocol, CrAppControlProtocol> {
|
||||
BOOL _handlingSendEvent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue