Ignore objective-c header lint

This commit is contained in:
Kevin Sawicki 2017-02-28 12:33:56 -08:00
parent b632cdd37d
commit 48515d9ecc
2 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,6 @@
#include "atom/browser/window_list.h"
#include "atom/common/color_util.h"
#include "atom/common/draggable_region.h"
#include "atom/common/native_mate_converters/image_converter.h"
#include "atom/common/options_switches.h"
#include "base/mac/mac_util.h"
#include "base/mac/scoped_cftyperef.h"
@ -396,7 +395,7 @@ bool ScopedDisableResize::disable_resize_ = false;
// NSWindow overrides.
- (void)swipeWithEvent:(NSEvent*)event {
- (void)swipeWithEvent:(NSEvent *)event {
if (event.deltaY == 1.0) {
shell_->NotifyWindowSwipe("up");
} else if (event.deltaX == -1.0) {