From a628ac9f25f72dc8dd34f49fc7c84c67add64898 Mon Sep 17 00:00:00 2001 From: Alistair Veitch <aveitch@google.com> Date: Tue, 2 Feb 2016 10:02:30 -0800 Subject: [PATCH] formatting --- include/grpc/census.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/grpc/census.h b/include/grpc/census.h index 69507a8cf7..5faab385b6 100644 --- a/include/grpc/census.h +++ b/include/grpc/census.h @@ -491,8 +491,7 @@ 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; /* Aaggregation initialization argument. */ } census_aggregation; /** A census view type. Opaque. */ -- GitLab