1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

r17167: indent

(This used to be commit 4dcdc5a3ad)
This commit is contained in:
Andrew Bartlett 2006-07-21 00:56:48 +00:00 committed by Gerald (Jerry) Carter
parent 48fac823d2
commit dc2715b49c

View File

@ -206,7 +206,7 @@ _PUBLIC_ NTSTATUS data_blob_realloc(TALLOC_CTX *mem_ctx, DATA_BLOB *blob, size_t
append some data to a data blob
**/
_PUBLIC_ NTSTATUS data_blob_append(TALLOC_CTX *mem_ctx, DATA_BLOB *blob,
const void *p, size_t length)
const void *p, size_t length)
{
blob->data = talloc_realloc_size(mem_ctx, blob->data,
blob->length + length);