aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/time_precise.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/support/time_precise.h')
-rw-r--r--src/core/support/time_precise.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/support/time_precise.h b/src/core/support/time_precise.h
index a72d37e2f1..cd201faab9 100644
--- a/src/core/support/time_precise.h
+++ b/src/core/support/time_precise.h
@@ -84,7 +84,7 @@ static void gpr_precise_clock_now(gpr_timespec *clk) {
}
#else /* GRPC_TIMERS_RDTSC */
-static void gpr_precise_clock_now(gpr_timespec* clk) {
+static void gpr_precise_clock_now(gpr_timespec *clk) {
*clk = gpr_now(GPR_CLOCK_REALTIME);
clk->clock_type = GPR_CLOCK_PRECISE;
}