summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-07-17 17:44:30 -0700
committerBrian Carlstrom <bdc@google.com>2013-07-17 21:46:11 -0700
commit2ce745c06271d5223d57dbf08117b20d5b60694a (patch)
tree08ca327d1f1c8266fafb11422cfad6982f21e0bb /Android.mk
parentfc0e3219edc9a5bf81b166e82fd5db2796eb6a0d (diff)
downloadart-2ce745c06271d5223d57dbf08117b20d5b60694a.zip
art-2ce745c06271d5223d57dbf08117b20d5b60694a.tar.gz
art-2ce745c06271d5223d57dbf08117b20d5b60694a.tar.bz2
Fix cpplint whitespace/braces issues
Change-Id: Ide80939faf8e8690d8842dde8133902ac725ed1a
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 5a28723..4e4928c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -334,7 +334,7 @@ endif
.PHONY: cpplint-art
cpplint-art:
./art/tools/cpplint.py \
- --filter=-,+build/header_guard, \
+ --filter=-,+build/header_guard,+whitespace/braces \
$(shell find art -name *.h -o -name *$(ART_CPP_EXTENSION))
# "mm cpplint-art-aspirational" to see warnings we would like to fix