aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-06 11:20:50 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-06 11:20:50 -0700
commitf1bff016319861348e6a0460954c35634ea452b2 (patch)
tree428ce6b5424111038324c363fa7b69a83493dc16 /include
parenta368bd26d18c3ed11e3349b7034eda9df9d4ebab (diff)
clang-format changed files
Diffstat (limited to 'include')
-rw-r--r--include/grpc/support/time.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/grpc/support/time.h b/include/grpc/support/time.h
index fb8371bb46..a5c947dfc8 100644
--- a/include/grpc/support/time.h
+++ b/include/grpc/support/time.h
@@ -46,8 +46,8 @@ extern "C" {
#endif
typedef struct gpr_timespec {
- time_t tv_sec;
- int tv_nsec;
+ time_t tv_sec;
+ int tv_nsec;
} gpr_timespec;
/* Time constants. */
@@ -66,8 +66,8 @@ extern const gpr_timespec gpr_inf_past; /* The far past. */
typedef enum {
/* Monotonic clock. Epoch undefined. Always moves forwards. */
GPR_CLOCK_MONOTONIC = 0,
- /* Realtime clock. May jump forwards or backwards. Settable by
- the system administrator. Has its epoch at 0:00:00 UTC 1 Jan 1970. */
+ /* Realtime clock. May jump forwards or backwards. Settable by
+ the system administrator. Has its epoch at 0:00:00 UTC 1 Jan 1970. */
GPR_CLOCK_REALTIME
} gpr_clock_type;
@@ -112,4 +112,4 @@ double gpr_timespec_to_micros(gpr_timespec t);
}
#endif
-#endif /* GRPC_SUPPORT_TIME_H */
+#endif /* GRPC_SUPPORT_TIME_H */