OSDN Git Service

Fix lint error.
authorNicolas Geoffray <ngeoffray@google.com>
Mon, 15 Jun 2015 07:58:03 +0000 (08:58 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Mon, 15 Jun 2015 07:58:03 +0000 (08:58 +0100)
Change-Id: I839d547bd3f7c814e2db2b9b40119fdd13469ee6

runtime/entrypoints/entrypoint_utils-inl.h

index 298b826..de925b7 100644 (file)
@@ -53,7 +53,7 @@ inline ArtMethod* GetResolvedMethod(ArtMethod* outer_method,
   // The method in the dex cache can be the runtime method responsible for invoking
   // the stub that will then update the dex cache. Therefore, we need to do the
   // resolution ourselves.
-  
+
   // We first find the class loader of our caller. If it is the outer method, we can directly
   // use its class loader. Otherwise, we also need to resolve our caller.
   StackHandleScope<2> hs(Thread::Current());