oxidresolver: fix indent of ResolveOxid2 in IDL.
authorGünther Deschner <gd@samba.org>
Tue, 21 Jul 2015 18:34:40 +0000 (20:34 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 30 Jul 2015 23:55:28 +0000 (01:55 +0200)
Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
librpc/idl/oxidresolver.idl

index 905702afc5bcf1639c027e2657f68f69af67e66e..5ed2a7b2fa8fc3a0d630c03e6f047310178f56a2 100644 (file)
@@ -74,14 +74,15 @@ interface IOXIDResolver
        /* version 5.2 and above. Looks like that means
         * Windows 2003/XP and above */
        [idempotent] WERROR ResolveOxid2 (
-                                                                                         [in] OXID pOxid,
-                                                                                         [in] uint16 cRequestedProtseqs,
-                                                                                         [in, size_is(cRequestedProtseqs)] uint16 arRequestedProtseqs[],
-                                                                                         [out] DUALSTRINGARRAY **pdsaOxidBindings,
-                                                                                         [out,ref] IPID *ipidRemUnknown,
-                                                                                         [out,ref] uint32 *AuthnHint,
-                                                                                         [out,ref] COMVERSION *ComVersion
-                                                                                        );
+               [in] OXID pOxid,
+               [in] uint16 cRequestedProtseqs,
+               [in, size_is(cRequestedProtseqs)] uint16 arRequestedProtseqs[],
+               [out] DUALSTRINGARRAY **pdsaOxidBindings,
+               [out,ref] IPID *ipidRemUnknown,
+               [out,ref] uint32 *AuthnHint,
+               [out,ref] COMVERSION *ComVersion
+       );
+
        typedef struct {
                COMVERSION version;
                uint32 unknown1;