aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2/timeout_encoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/transport/chttp2/timeout_encoding.h')
-rw-r--r--src/core/transport/chttp2/timeout_encoding.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/transport/chttp2/timeout_encoding.h b/src/core/transport/chttp2/timeout_encoding.h
index b68ce2e5d6..9d8756e799 100644
--- a/src/core/transport/chttp2/timeout_encoding.h
+++ b/src/core/transport/chttp2/timeout_encoding.h
@@ -41,7 +41,7 @@
/* Encode/decode timeouts to the GRPC over HTTP2 format;
encoding may round up arbitrarily */
-void grpc_chttp2_encode_timeout (gpr_timespec timeout, char *buffer);
-int grpc_chttp2_decode_timeout (const char *buffer, gpr_timespec * timeout);
+void grpc_chttp2_encode_timeout(gpr_timespec timeout, char *buffer);
+int grpc_chttp2_decode_timeout(const char *buffer, gpr_timespec *timeout);
#endif /* GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_TIMEOUT_ENCODING_H */