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

r9130: Fix up awful indentation.

(This used to be commit b3e0baca71ca8116f7a38ff64e655a37406d64b4)
This commit is contained in:
Tim Potter 2005-08-05 18:28:19 +00:00 committed by Gerald (Jerry) Carter
parent 53c38c5ca6
commit e603a36116

View File

@ -55,8 +55,8 @@
/******************/
/* Function: 0x02 */
NTSTATUS eventlog_CloseEventLog(
[in,out,ref] policy_handle *handle
);
[in,out,ref] policy_handle *handle
);
/******************/
@ -66,9 +66,10 @@
/******************/
/* Function: 0x04 */
NTSTATUS eventlog_GetNumRecords(
[in,ref] policy_handle *handle,
[out] uint32 number
);
[in,ref] policy_handle *handle,
[out] uint32 number
);
/******************/
/* Function: 0x05 */
NTSTATUS eventlog_GetOldestRecord();
@ -80,13 +81,13 @@
/******************/
/* Function: 0x07 */
NTSTATUS eventlog_OpenEventLogW(
[in] eventlog_OpenUnknown0 *unknown0,
[in] eventlog_String source,
[in] eventlog_String unknown1,
[in] uint32 unknown2,
[in] uint32 unknown3,
[out,ref] policy_handle *handle
);
[in] eventlog_OpenUnknown0 *unknown0,
[in] eventlog_String source,
[in] eventlog_String unknown1,
[in] uint32 unknown2,
[in] uint32 unknown3,
[out,ref] policy_handle *handle
);
/******************/
/* Function: 0x08 */
@ -99,14 +100,14 @@
/******************/
/* Function: 0x0a */
NTSTATUS eventlog_ReadEventLogW(
[in,ref] policy_handle *handle,
[in] uint32 flags,
[in] uint32 offset,
[in,out] uint32 number_of_bytes,
[out,ref,size_is(number_of_bytes)] uint8 *data,
[out] uint32 sent_size,
[out] uint32 real_size
);
[in,ref] policy_handle *handle,
[in] uint32 flags,
[in] uint32 offset,
[in,out] uint32 number_of_bytes,
[out,ref,size_is(number_of_bytes)] uint8 *data,
[out] uint32 sent_size,
[out] uint32 real_size
);
/*****************/
/* Function 0x0b */
@ -158,6 +159,5 @@
/*****************/
/* Function 0x17 */
NTSTATUS eventlog_FlushEventLog();
NTSTATUS eventlog_FlushEventLog();
}