r6650: keep style consistent
authorSimo Sorce <idra@samba.org>
Sat, 7 May 2005 16:27:56 +0000 (16:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:16:32 +0000 (13:16 -0500)
(This used to be commit 34671674ee326ea835408f8c1fdb105ea50ccc55)

source4/lib/talloc/talloc.c

index 248af6ea3eef8360296eaf0c3410122146095563..cb5e91341ef996336b72c0b14f9a04049726027d 100644 (file)
@@ -1082,7 +1082,8 @@ void *talloc_autofree_context(void)
 }
 
 
-size_t talloc_get_size(const void *context) {
+size_t talloc_get_size(const void *context)
+{
        struct talloc_chunk *tc;
 
        if (context == NULL)