1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

Whitespace syncup.

(This used to be commit 7a4a2cb8e86ae8ed0bd877f0cfa324e23b96593a)
This commit is contained in:
Tim Potter 2002-12-20 01:29:08 +00:00
parent 48461eb42a
commit 4ae77aa17c

View File

@ -4928,7 +4928,7 @@ static uint32 init_unistr_array(uint16 **uni_array, fstring *char_array, char *s
pstrcpy( line, v );
DEBUGADD(6,("%d:%s:%d\n", i, line, strlen(line)));
/* add one extra unit16 for the second terminating NULL */
if ( (tuary=Realloc(*uni_array, (j+1+strlen(line)+2)*sizeof(uint16))) == NULL ) {