summaryrefslogtreecommitdiffstats
path: root/source/lib/talloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/talloc.c')
-rw-r--r--source/lib/talloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/lib/talloc.c b/source/lib/talloc.c
index 4aeac5fef20..18fa04034b4 100644
--- a/source/lib/talloc.c
+++ b/source/lib/talloc.c
@@ -1081,7 +1081,8 @@ void *talloc_autofree_context(void)
return cleanup_context;
}
-size_t talloc_get_size(const void *context) {
+size_t talloc_get_size(const void *context)
+{
struct talloc_chunk *tc;
if (context == NULL)