jfuzz: Fix whitespace bogon

Test: mm
Change-Id: I34763a786be01ec571ae121f49fe6e2bab3f8dcb
diff --git a/tools/jfuzz/jfuzz.cc b/tools/jfuzz/jfuzz.cc
index 825648b..a6034c8 100644
--- a/tools/jfuzz/jfuzz.cc
+++ b/tools/jfuzz/jfuzz.cc
@@ -30,6 +30,7 @@
 /*
  * Operators.
  */
+
 static constexpr const char* kIncDecOps[]   = { "++", "--" };
 static constexpr const char* kIntUnaryOps[] = { "+", "-", "~" };
 static constexpr const char* kFpUnaryOps[]  = { "+", "-" };