aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/util/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpp/util/time.h')
-rw-r--r--src/cpp/util/time.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpp/util/time.h b/src/cpp/util/time.h
index 338c4f5119..908395c92b 100644
--- a/src/cpp/util/time.h
+++ b/src/cpp/util/time.h
@@ -41,8 +41,8 @@
namespace grpc {
// from and to should be absolute time.
-void Timepoint2Timespec(const std::chrono::system_clock::time_point& from,
- gpr_timespec* to);
+void Timepoint2Timespec(const std::chrono::system_clock::time_point &from,
+ gpr_timespec *to);
std::chrono::system_clock::time_point Timespec2Timepoint(gpr_timespec t);