1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Trim an overlong line

This commit is contained in:
Volker Lendecke 2010-03-21 15:14:48 +01:00
parent 6c39b10f1d
commit 6695b0e87d

View 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