diff --git a/include/grpc/census.h b/include/grpc/census.h
index ab0e0e48026f0feba1cff57e3c0a45f91b20fd1c..f4130c7e6a1c2fd4247eafdf7b75853799d0b266 100644
--- a/include/grpc/census.h
+++ b/include/grpc/census.h
@@ -506,8 +506,8 @@ extern census_aggregation_ops census_agg_window;
     construction via census_define_view(). */
 typedef struct {
   const census_aggregation_ops *ops;
-  const void
-      *create_arg; /* Argument to be used for aggregation initialization. */
+  const void *
+      create_arg; /* Argument to be used for aggregation initialization. */
 } census_aggregation;
 
 /** A census view type. Opaque. */