rot: remove trailing whitespace from rot.idl
authorGünther Deschner <gd@samba.org>
Tue, 21 Jul 2015 22:06:00 +0000 (00:06 +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/rot.idl

index 78eee48807af6d3e5112ac9052ab9b96fa25cd7a..8b6dd9edd328859bd564b79731d7beadd09ba77c 100644 (file)
@@ -3,41 +3,41 @@ import "orpc.idl";
 [
        uuid("b9e79e60-3d52-11ce-aaa1-00006901293f"),
        version(0.2),
-       pointer_default(unique),
-       endpoint("ncacn_np:[\\pipe\\epmapper]", "ncacn_ip_tcp:[135]", 
-                 "ncalrpc:[EPMAPPER]")
+       pointer_default(unique),
+       endpoint("ncacn_np:[\\pipe\\epmapper]", "ncacn_ip_tcp:[135]",
+                "ncalrpc:[EPMAPPER]")
 ] interface rot
 {
        WERROR rot_add (
-                                       [in] uint32 flags, 
-                                       [in] MInterfacePointer *unk, 
-                                       [in] MInterfacePointer *moniker, 
+                                       [in] uint32 flags,
+                                       [in] MInterfacePointer *unk,
+                                       [in] MInterfacePointer *moniker,
                                        [out] uint32 *rotid
                                        );
-       
+
        WERROR rot_remove (
                                  [in] uint32 rotid
                                  );
-       
+
        WERROR rot_is_listed (
                                         [in] MInterfacePointer *moniker
                                         );
-       
+
        WERROR rot_get_interface_pointer (
-                                        [in] MInterfacePointer *moniker, 
+                                        [in] MInterfacePointer *moniker,
                                         [out] MInterfacePointer *ip
                                         );
-       
+
        WERROR rot_set_modification_time (
-                                                 [in] uint32 rotid, 
+                                                 [in] uint32 rotid,
                                                  [in] NTTIME *t
                                                  );
-       
+
        WERROR rot_get_modification_time (
                                                           [in] MInterfacePointer *moniker,
                                                           [out] NTTIME *t
                                                           );
-       
+
        WERROR rot_enum (
                                           [out] MInterfacePointer *EnumMoniker
                                           );