diff options
author | Brian Carlstrom <bdc@google.com> | 2013-07-17 17:44:30 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2013-07-17 21:46:11 -0700 |
commit | 2ce745c06271d5223d57dbf08117b20d5b60694a (patch) | |
tree | 08ca327d1f1c8266fafb11422cfad6982f21e0bb /compiler/dex/dataflow_iterator.h | |
parent | fc0e3219edc9a5bf81b166e82fd5db2796eb6a0d (diff) | |
download | android_art-2ce745c06271d5223d57dbf08117b20d5b60694a.tar.gz android_art-2ce745c06271d5223d57dbf08117b20d5b60694a.tar.bz2 android_art-2ce745c06271d5223d57dbf08117b20d5b60694a.zip |
Fix cpplint whitespace/braces issues
Change-Id: Ide80939faf8e8690d8842dde8133902ac725ed1a
Diffstat (limited to 'compiler/dex/dataflow_iterator.h')
-rw-r--r-- | compiler/dex/dataflow_iterator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/dataflow_iterator.h b/compiler/dex/dataflow_iterator.h index 4c112f9678..19468698f9 100644 --- a/compiler/dex/dataflow_iterator.h +++ b/compiler/dex/dataflow_iterator.h @@ -42,7 +42,7 @@ namespace art { class DataflowIterator { public: - virtual ~DataflowIterator(){} + virtual ~DataflowIterator() {} // Return the next BasicBlock* to visit. BasicBlock* Next() { |