Fix a bunch more lint.

(If you ignore the compilers, we've got relatively little lint now. Fits on
a single screen.)

Change-Id: I51389002894d4fd8cf46f79d2bac57079322a030
diff --git a/src/jni_compiler_test.cc b/src/jni_compiler_test.cc
index c5710f8..f5e1d1e 100644
--- a/src/jni_compiler_test.cc
+++ b/src/jni_compiler_test.cc
@@ -38,7 +38,6 @@
 
 class JniCompilerTest : public CommonTest {
  protected:
-
   void CompileForTest(ClassLoader* class_loader, bool direct,
                       const char* method_name, const char* method_sig) {
     // Compile the native method before starting the runtime
@@ -92,6 +91,7 @@
  public:
   static jclass jklass_;
   static jobject jobj_;
+
  protected:
   JNIEnv* env_;
   jmethodID jmethod_;