summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-07-22 00:07:22 +0200
committerJeremy Allison <jra@samba.org>2015-07-31 01:55:28 +0200
commit08e6d241a9bf821dc9f455b2d7ba067be746ec03 (patch)
treef78544834211482619bdcf70109c079c44d0a2a3 /librpc
parent1baf31e065d7079ea16984bfcc109257a54e2643 (diff)
downloadsamba-08e6d241a9bf821dc9f455b2d7ba067be746ec03.tar.gz
rot: fix indent in rot.idl
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/rot.idl40
1 files changed, 20 insertions, 20 deletions
diff --git a/librpc/idl/rot.idl b/librpc/idl/rot.idl
index 8b6dd9edd32..723911158c4 100644
--- a/librpc/idl/rot.idl
+++ b/librpc/idl/rot.idl
@@ -9,36 +9,36 @@ import "orpc.idl";
] interface rot
{
WERROR rot_add (
- [in] uint32 flags,
- [in] MInterfacePointer *unk,
- [in] MInterfacePointer *moniker,
- [out] uint32 *rotid
- );
+ [in] uint32 flags,
+ [in] MInterfacePointer *unk,
+ [in] MInterfacePointer *moniker,
+ [out] uint32 *rotid
+ );
WERROR rot_remove (
- [in] uint32 rotid
- );
+ [in] uint32 rotid
+ );
WERROR rot_is_listed (
- [in] MInterfacePointer *moniker
- );
+ [in] MInterfacePointer *moniker
+ );
WERROR rot_get_interface_pointer (
- [in] MInterfacePointer *moniker,
- [out] MInterfacePointer *ip
- );
+ [in] MInterfacePointer *moniker,
+ [out] MInterfacePointer *ip
+ );
WERROR rot_set_modification_time (
- [in] uint32 rotid,
- [in] NTTIME *t
- );
+ [in] uint32 rotid,
+ [in] NTTIME *t
+ );
WERROR rot_get_modification_time (
- [in] MInterfacePointer *moniker,
- [out] NTTIME *t
- );
+ [in] MInterfacePointer *moniker,
+ [out] NTTIME *t
+ );
WERROR rot_enum (
- [out] MInterfacePointer *EnumMoniker
- );
+ [out] MInterfacePointer *EnumMoniker
+ );
}