summaryrefslogtreecommitdiff
path: root/source3/lib/talloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/talloc.c')
-rw-r--r--source3/lib/talloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/lib/talloc.c b/source3/lib/talloc.c
index 4aeac5fef2..18fa04034b 100644
--- a/source3/lib/talloc.c
+++ b/source3/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)