Skip to content

Commit

Permalink
Merge pull request grpc#4789 from ctiller/alphabetsoup
Browse files Browse the repository at this point in the history
Fix formatting
  • Loading branch information
yang-g committed Jan 20, 2016
2 parents a94d989 + 5ffab69 commit 65eb565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/fling/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ int main(int argc, char **argv) {

gpr_timespec end_warmup = GRPC_TIMEOUT_SECONDS_TO_DEADLINE(3);
gpr_timespec end_profiling = GRPC_TIMEOUT_SECONDS_TO_DEADLINE(30);

while (gpr_time_cmp(gpr_now(end_warmup.clock_type), end_warmup) < 0) {
sc.do_one_step();
}
Expand Down

0 comments on commit 65eb565

Please sign in to comment.