Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
aweisberg committed Jul 5, 2012
1 parent 74d7ee0 commit 84b1f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_apps/overhead/src/overhead/AsyncBenchmark.java
Expand Up @@ -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
Expand All @@ -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];
Expand Down

0 comments on commit 84b1f4b

Please sign in to comment.