1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-05 12:23:50 +03:00

r17167: indent

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

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);