svn commit: samba r17167 - in branches/SAMBA_4_0/source/lib/util: .

abartlet at samba.org abartlet at samba.org
Fri Jul 21 00:56:49 GMT 2006


Author: abartlet
Date: 2006-07-21 00:56:48 +0000 (Fri, 21 Jul 2006)
New Revision: 17167

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17167

Log:
indent

Modified:
   branches/SAMBA_4_0/source/lib/util/data_blob.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/util/data_blob.c
===================================================================
--- branches/SAMBA_4_0/source/lib/util/data_blob.c	2006-07-20 22:27:03 UTC (rev 17166)
+++ branches/SAMBA_4_0/source/lib/util/data_blob.c	2006-07-21 00:56:48 UTC (rev 17167)
@@ -206,7 +206,7 @@
   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);



More information about the samba-cvs mailing list