]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
librpc:idl: Remove trailing whitespace
authorJo Sutton <josutton@catalyst.net.nz>
Sun, 7 Jan 2024 23:29:50 +0000 (12:29 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 8 Feb 2024 02:48:44 +0000 (02:48 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/idl/drsblobs.idl

index 9d4956987166367983c0c26dc324e8ccb12d2a88..d14145045d2e0a577fa2767d57200d1e3cc33f25 100644 (file)
@@ -39,7 +39,7 @@ interface drsblobs {
        typedef [nodiscriminant] union {
                [case(1)] replPropertyMetaDataCtr1 ctr1;
        } replPropertyMetaDataCtr;
-       
+
        typedef [public] struct {
                uint32 version;
                [value(0)] uint32 reserved;
@@ -256,7 +256,7 @@ interface drsblobs {
                NTTIME time;
                uint32 u2;
                uint32 u3;
-               [value(ndr_size_ldapControlDirSyncExtra(&extra, extra.uptodateness_vector.version, 0))] 
+               [value(ndr_size_ldapControlDirSyncExtra(&extra, extra.uptodateness_vector.version, 0))]
                        uint32 extra_length;
                drsuapi_DsReplicaHighWaterMark highwatermark;
                GUID guid1;
@@ -273,7 +273,7 @@ interface drsblobs {
                [value(strlen(data))] uint16 data_len;
                uint16 reserved; /* 2 for 'Packages', 1 for 'Primary:*', but should be ignored */
                [charset(UTF16)] uint8 name[name_len];
-               /* 
+               /*
                 * the data field contains data as HEX strings
                 *
                 * 'Packages':
@@ -455,7 +455,7 @@ interface drsblobs {
                samr_Password password;
        } AuthInfoNT4Owf;
 
-       /* 
+       /*
         * the secret value is encoded as UTF16 if it's a string
         * but depending the AuthType, it might also be krb5 trusts have random bytes here, so converting to UTF16
         * mayfail...