r6648: do not annoy make proto
authorSimo Sorce <idra@samba.org>
Sat, 7 May 2005 16:25:30 +0000 (16:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:56:49 +0000 (10:56 -0500)
(This used to be commit 62a662dea928545d9585d6b79879a844d8044d50)

source3/lib/talloc.c

index 4aeac5fef20705aab4253baff759dadbb0ac941b..18fa04034b4d283346ea2a48a993b321668f43e0 100644 (file)
@@ -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)