From 84b1f4bd945982d245d5836c11f0ea5b7956ae9c Mon Sep 17 00:00:00 2001 From: Ariel Weisberg Date: Thu, 5 Jul 2012 13:19:39 -0400 Subject: [PATCH] Fix trailing whitespace --- tests/test_apps/overhead/src/overhead/AsyncBenchmark.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_apps/overhead/src/overhead/AsyncBenchmark.java b/tests/test_apps/overhead/src/overhead/AsyncBenchmark.java index 4b9d5a39ae2..237f850fc18 100644 --- a/tests/test_apps/overhead/src/overhead/AsyncBenchmark.java +++ b/tests/test_apps/overhead/src/overhead/AsyncBenchmark.java @@ -203,7 +203,7 @@ public void run() System.exit(1); } } - + public static void runNoArgs( boolean readOnly) throws Exception { Random r = new java.util.Random(); // Run the benchmark loop for the requested duration @@ -221,7 +221,7 @@ public void clientCallback(ClientResponse clientResponse) throws Exception { limiter.throttle(); } } - + public static void runBinaryPayload( boolean readOnly) throws Exception { Random r = new java.util.Random(); byte param[] = new byte[paramSize];