💄 Fix cpplint warnings.

This commit is contained in:
Cheng Zhao 2014-02-21 01:07:47 +08:00
parent 18f8af7822
commit fbe963c7f3
2 changed files with 2 additions and 1 deletions

View file

@ -21,4 +21,4 @@ NodeBindings* NodeBindings::Create(bool is_browser) {
return new NodeBindingsLinux(is_browser);
}
} // namespace at
} // namespace atom

1
script/cpplint.py vendored
View file

@ -14,6 +14,7 @@ IGNORE_FILES = [
'browser/ui/cocoa/atom_menu_controller.h',
'browser/ui/cocoa/nsalert_synchronous_sheet.h',
'browser/ui/gtk/gtk_custom_menu.cc',
'browser/ui/gtk/gtk_custom_menu_item.cc',
'common/api/api_messages.cc',
'common/api/api_messages.h',
'common/atom_version.h',