Implement runtime support inlining.

Change-Id: I8608b246a4dfde9959b5b86872f65dfa61646c84
diff --git a/src/compiler_llvm/runtime_support_func.h b/src/compiler_llvm/runtime_support_func.h
index 480b054..de3ed26 100644
--- a/src/compiler_llvm/runtime_support_func.h
+++ b/src/compiler_llvm/runtime_support_func.h
@@ -19,8 +19,8 @@
 
 namespace art {
 namespace compiler_llvm {
-
 namespace runtime_support {
+
   enum RuntimeId {
 #define DEFINE_RUNTIME_SUPPORT_FUNC_ID(ID, NAME) ID,
 #include "runtime_support_func_list.h"
@@ -30,8 +30,8 @@
 
     MAX_ID
   };
-}
 
+} // namespace runtime_support
 } // namespace compiler_llvm
 } // namespace art