s4:utils: Remove trailing whitespace
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 23 Nov 2023 06:27:56 +0000 (19:27 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 30 Nov 2023 00:02:33 +0000 (00:02 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/utils/oLschema2ldif/lib.c

index 9bed198aba1a1fb9642469c3aea895bebfc9813e..2a9b32ceef064758110ceee3b3da57781a05e4cb 100644 (file)
@@ -429,7 +429,7 @@ static struct ldb_message *process_entry(TALLOC_CTX *mem_ctx, struct conv_option
        }
 
        c += n;
-       c = skip_spaces(c);     
+       c = skip_spaces(c);
 
        while (*c != ')') {
                token = get_next_schema_token(msg, &c);
@@ -613,7 +613,7 @@ struct schema_conv process_file(TALLOC_CTX *mem_ctx, struct conv_options *opt)
                                ret.failures++;
                        }
                }
-       
+
                if (c == EOF) break;
        }