Skip to content
Snippets Groups Projects
Commit a628ac9f authored by Alistair Veitch's avatar Alistair Veitch
Browse files

formatting

parent 5acb26d9
No related branches found
No related tags found
No related merge requests found
...@@ -491,8 +491,7 @@ extern census_aggregation_ops census_agg_window; ...@@ -491,8 +491,7 @@ extern census_aggregation_ops census_agg_window;
construction via census_define_view(). */ construction via census_define_view(). */
typedef struct { typedef struct {
const census_aggregation_ops *ops; const census_aggregation_ops *ops;
const void const void *create_arg; /* Aaggregation initialization argument. */
*create_arg; /* Argument to be used for aggregation initialization. */
} census_aggregation; } census_aggregation;
/** A census view type. Opaque. */ /** A census view type. Opaque. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment