Code cleanup: Move the const to the next line.

Change-Id: I7d5ae7221e5cd2510b74941b82f4e34db0148c1f
diff --git a/src/oatdump.cc b/src/oatdump.cc
index 8e50131..8be723d 100644
--- a/src/oatdump.cc
+++ b/src/oatdump.cc
@@ -601,8 +601,8 @@
     }
   }
 #else
-  void DumpCode(std::ostream&, const void*, int, const uint32_t*, const
-                DexFile&, const DexFile::CodeItem*) {
+  void DumpCode(std::ostream&, const void*, int, const uint32_t*,
+                const DexFile&, const DexFile::CodeItem*) {
     // TODO: Dump code for the LLVM side.
   }
 #endif