summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.h
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2017-11-08 13:35:21 -0800
committerIgor Murashkin <iam@google.com>2017-11-08 15:15:52 -0800
commit2ffb703bf431d74326c88266b4ddaf225eb3c6ad (patch)
tree0552c3c76a42b18f9e7460d501fb71a6dc2e7f33 /compiler/common_compiler_test.h
parentc4b6f3116f15c8e4fdf2e4f604ababdee12d8923 (diff)
cpplint: Cleanup errors
Cleanup errors from upstream cpplint in preparation for moving art's cpplint fork to upstream tip-of-tree cpplint. Test: cd art && mm Bug: 68951293 Change-Id: I15faed4594cbcb8399850f8bdee39d42c0c5b956
Diffstat (limited to 'compiler/common_compiler_test.h')
-rw-r--r--compiler/common_compiler_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h
index 0683577ec5..bcda41a9b8 100644
--- a/compiler/common_compiler_test.h
+++ b/compiler/common_compiler_test.h
@@ -28,7 +28,7 @@
namespace art {
namespace mirror {
- class ClassLoader;
+class ClassLoader;
} // namespace mirror
class CompilerDriver;