diff options
author | Brian Carlstrom <bdc@google.com> | 2013-07-18 15:35:35 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2013-07-18 15:48:15 -0700 |
commit | 6f485c62b9cfce3ab71020c646ab9f48d9d29d6d (patch) | |
tree | 870b72918c03922b1ae473a09ab5624fb3c9457d /Android.mk | |
parent | 9b7085a4e7c40e7fa01932ea1647a4a33ac1c585 (diff) | |
download | art-6f485c62b9cfce3ab71020c646ab9f48d9d29d6d.zip art-6f485c62b9cfce3ab71020c646ab9f48d9d29d6d.tar.gz art-6f485c62b9cfce3ab71020c646ab9f48d9d29d6d.tar.bz2 |
Fix cpplint whitespace/indent issues
Change-Id: I7c1647f0c39e1e065ca5820f9b79998691ba40b1
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -334,7 +334,7 @@ endif .PHONY: cpplint-art cpplint-art: ./art/tools/cpplint.py \ - --filter=-,+build/header_guard,+whitespace/braces,+whitespace/comma,+runtime/explicit,+whitespace/newline,+whitespace/parens,+build/namespaces,+readability/fn_size,+whitespace/operators,+readability/braces \ + --filter=-,+build/header_guard,+whitespace/braces,+whitespace/comma,+runtime/explicit,+whitespace/newline,+whitespace/parens,+build/namespaces,+readability/fn_size,+whitespace/operators,+readability/braces,+whitespace/indent \ $(shell find art -name *.h -o -name *$(ART_CPP_EXTENSION) | grep -v art/compiler/llvm/generated/) # "mm cpplint-art-aspirational" to see warnings we would like to fix |