From 7365493ad8d360c1dcf9cd8b6eee62747af01cae Mon Sep 17 00:00:00 2001 From: Carl Shapiro Date: Tue, 8 Jun 2010 18:08:14 -0700 Subject: Remove repeated newlines at the end of files. Change-Id: I1e3d103a7b932ef21acedb6438c0f26b315df28f --- vm/Native.c | 1 - 1 file changed, 1 deletion(-) (limited to 'vm/Native.c') 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); } - -- cgit v1.2.3