aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/census/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/census/context.c')
-rw-r--r--src/core/census/context.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/census/context.c b/src/core/census/context.c
index 0a9f129d56..cab58b653c 100644
--- a/src/core/census/context.c
+++ b/src/core/census/context.c
@@ -39,9 +39,8 @@
/* Placeholder implementation only. */
-size_t
-census_context_serialize (const census_context * context, char *buffer, size_t buf_size)
-{
+size_t census_context_serialize(const census_context *context, char *buffer,
+ size_t buf_size) {
/* TODO(aveitch): implement serialization */
return 0;
}