clang-format changed files
diff --git a/include/grpc/support/time.h b/include/grpc/support/time.h
index fb8371b..a5c947d 100644
--- a/include/grpc/support/time.h
+++ b/include/grpc/support/time.h
@@ -46,8 +46,8 @@
 #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 @@
 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 @@
 }
 #endif
 
-#endif  /* GRPC_SUPPORT_TIME_H */
+#endif /* GRPC_SUPPORT_TIME_H */