]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/ipv6/ip6_flowlabel.c
[NET] IPV6: Fix whitespace errors.
[mirror_ubuntu-artful-kernel.git] / net / ipv6 / ip6_flowlabel.c
index 624fae251f4e227c21dd8d8abd420f143910e70f..1551ab3890a3bba74ab9900a47e9b0b1ea471d35 100644 (file)
@@ -228,10 +228,10 @@ struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions * opt_space,
                                         struct ipv6_txoptions * fopt)
 {
        struct ipv6_txoptions * fl_opt = fl->opt;
-       
+
        if (fopt == NULL || fopt->opt_flen == 0)
                return fl_opt;
-       
+
        if (fl_opt != NULL) {
                opt_space->hopopt = fl_opt->hopopt;
                opt_space->dst0opt = fl_opt->dst0opt;