summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-08-05 18:28:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:31:19 -0500
commite603a3611626e1794579824e58b4ebc41d763a36 (patch)
tree639695457a0fb1d0dbb731988a2ee2c3d38c118d
parent53c38c5ca658d8bdb33943992bf1a5cd3451686f (diff)
downloadsamba-e603a3611626e1794579824e58b4ebc41d763a36.tar.gz
samba-e603a3611626e1794579824e58b4ebc41d763a36.tar.bz2
samba-e603a3611626e1794579824e58b4ebc41d763a36.zip
r9130: Fix up awful indentation.
(This used to be commit b3e0baca71ca8116f7a38ff64e655a37406d64b4)
-rw-r--r--source4/librpc/idl/eventlog.idl44
1 files changed, 22 insertions, 22 deletions
diff --git a/source4/librpc/idl/eventlog.idl b/source4/librpc/idl/eventlog.idl
index aded89ebf6..2816d197c8 100644
--- a/source4/librpc/idl/eventlog.idl
+++ b/source4/librpc/idl/eventlog.idl
@@ -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();
}