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

r9157: fix white spaces

metze
(This used to be commit 475b413cfe)
This commit is contained in:
Stefan Metzmacher 2005-08-06 01:01:18 +00:00 committed by Gerald (Jerry) Carter
parent f18657aa59
commit c56befeb62

View File

@ -313,9 +313,9 @@
WERROR winreg_QueryMultipleValues(
[in,ref] policy_handle *key_handle,
[in,out,ref,size_is(num_values),length_is(num_values)] QueryMultipleValue *values,
[in] uint32 num_values,
[in,out,size_is(*buffer_size),length_is(*buffer_size)] uint8 *buffer,
[in,out,ref] uint32 *buffer_size
[in] uint32 num_values,
[in,out,size_is(*buffer_size),length_is(*buffer_size)] uint8 *buffer,
[in,out,ref] uint32 *buffer_size
);
/******************/