summaryrefslogtreecommitdiff
path: root/runtime/jdwp/jdwp.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/jdwp/jdwp.h')
-rw-r--r--runtime/jdwp/jdwp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/jdwp/jdwp.h b/runtime/jdwp/jdwp.h
index 86af6d44db..aeeda1e791 100644
--- a/runtime/jdwp/jdwp.h
+++ b/runtime/jdwp/jdwp.h
@@ -40,9 +40,9 @@ union JValue;
class Thread;
namespace mirror {
- class Class;
- class Object;
- class Throwable;
+class Class;
+class Object;
+class Throwable;
} // namespace mirror
class Thread;