]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
remove trailing whitespace
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 27 Apr 2021 18:55:53 +0000 (11:55 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 27 Apr 2021 18:55:53 +0000 (11:55 -0700)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/iptables.h
ip/iplink_macvlan.c

index 78bc378e6f3932568b2ef78d976a9b43fa673e5c..eb91f29186589c6b643ae456a5c5507c94e04cb6 100644 (file)
@@ -12,7 +12,7 @@ extern int do_command4(int argc, char *argv[], char **table,
                      struct xtc_handle **handle, bool restore);
 extern int delete_chain4(const xt_chainlabel chain, int verbose,
                        struct xtc_handle *handle);
-extern int flush_entries4(const xt_chainlabel chain, int verbose, 
+extern int flush_entries4(const xt_chainlabel chain, int verbose,
                        struct xtc_handle *handle);
 extern int for_each_chain4(int (*fn)(const xt_chainlabel, int, struct xtc_handle *),
                int verbose, int builtinstoo, struct xtc_handle *handle);
index 302a3748d7b2ace02fd8952c93835489db4d0bfa..79df17eaded492d3a33b97b6f56ab208a65bef68 100644 (file)
@@ -162,7 +162,7 @@ static int macvlan_parse_opt(struct link_util *lu, int argc, char **argv,
                } else if (matches(*argv, "bcqueuelen") == 0) {
                        __u32 bc_queue_len;
                        NEXT_ARG();
-                       
+
                        if (get_u32(&bc_queue_len, *argv, 0)) {
                                return bc_queue_len_arg(*argv);
                        }