aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/census.h
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-01-22 19:49:44 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-01-22 19:49:44 -0800
commit1cebbcade4656dc3efcaf62814ee8e715f5cb4bf (patch)
treeb1035f9358015a536b0e3c264786bb2b6067ca89 /include/grpc/census.h
parentea05099f521c4de062f86675095827b658f123d6 (diff)
fix formatting
Diffstat (limited to 'include/grpc/census.h')
-rw-r--r--include/grpc/census.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc/census.h b/include/grpc/census.h
index ab0e0e4802..f4130c7e6a 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. */