summaryrefslogtreecommitdiffstats
path: root/vm/Native.c
diff options
context:
space:
mode:
authorCarl Shapiro <cshapiro@google.com>2010-06-08 18:08:14 -0700
committerCarl Shapiro <cshapiro@google.com>2010-06-08 22:45:29 -0700
commit7365493ad8d360c1dcf9cd8b6eee62747af01cae (patch)
tree7a0b1ca349214d4582516321053b01295a1a8615 /vm/Native.c
parentde75089fb7216d19e9c22cce4dc62a49513477d3 (diff)
downloadandroid_dalvik-7365493ad8d360c1dcf9cd8b6eee62747af01cae.tar.gz
android_dalvik-7365493ad8d360c1dcf9cd8b6eee62747af01cae.tar.bz2
android_dalvik-7365493ad8d360c1dcf9cd8b6eee62747af01cae.zip
Remove repeated newlines at the end of files.
Change-Id: I1e3d103a7b932ef21acedb6438c0f26b315df28f
Diffstat (limited to 'vm/Native.c')
-rw-r--r--vm/Native.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm/Native.c b/vm/Native.c
index 83f32b40b..0b10e232e 100644
--- a/vm/Native.c
+++ b/vm/Native.c
@@ -815,4 +815,3 @@ static void* lookupSharedLibMethod(const Method* method)
return (void*) dvmHashForeach(gDvm.nativeLibs, findMethodInLib,
(void*) method);
}
-