Trim an overlong line
authorVolker Lendecke <vl@samba.org>
Sun, 21 Mar 2010 14:14:48 +0000 (15:14 +0100)
committerVolker Lendecke <vl@samba.org>
Sun, 21 Mar 2010 16:12:23 +0000 (17:12 +0100)
lib/util/talloc_stack.c

index f34d495294a6fce9e0483968a5d6177070cd3aee..2db56747a3e2c5aea0d16cd74a8b20d7a8da35a4 100644 (file)
@@ -72,8 +72,8 @@ static struct talloc_stackframe *talloc_stackframe_create(void)
 #undef malloc
 #endif
 #endif
-       struct talloc_stackframe *ts =
-               (struct talloc_stackframe *)malloc(sizeof(struct talloc_stackframe));
+       struct talloc_stackframe *ts = (struct talloc_stackframe *)malloc(
+               sizeof(struct talloc_stackframe));
 #if defined(PARANOID_MALLOC_CHECKER)
 #define malloc(s) __ERROR_DONT_USE_MALLOC_DIRECTLY
 #endif