From 4a7e3923011d098a170f10d1065248bb35bfbac2 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 15 Apr 2014 15:42:46 +0800 Subject: [PATCH] Fix cpplint warning. --- script/cpplint.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/cpplint.py b/script/cpplint.py index 3d0718168..70b27b920 100755 --- a/script/cpplint.py +++ b/script/cpplint.py @@ -8,8 +8,8 @@ from lib.util import execute IGNORE_FILES = [ os.path.join('atom', 'app', 'atom_main.cc'), - os.path.join('atom', 'browser', 'atom_application_mac.h'), - os.path.join('atom', 'browser', 'atom_application_delegate_mac.h'), + os.path.join('atom', 'browser', 'mac', 'atom_application.h'), + os.path.join('atom', 'browser', 'mac', 'atom_application_delegate.h'), os.path.join('atom', 'browser', 'native_window_mac.h'), os.path.join('atom', 'browser', 'resources', 'win', 'resource.h'), os.path.join('atom', 'browser', 'ui', 'cocoa', 'event_processing_window.h'),