From e3850fbbbc91ca8aa394d8be2f92592c0a5e1ea3 Mon Sep 17 00:00:00 2001
From: jayonlau <85604893+jayonlau@users.noreply.github.com>
Date: Mon, 28 Jun 2021 17:13:25 +0800
Subject: [PATCH] Extra spaces of macvlan (#7752)
Although these errors are not important, they affect the code specification.
---
roles/network_plugin/macvlan/files/ifdown-macvlan | 6 +++---
roles/network_plugin/macvlan/files/ifup-macvlan | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/roles/network_plugin/macvlan/files/ifdown-macvlan b/roles/network_plugin/macvlan/files/ifdown-macvlan
index 3e6f67b21..4d26db5af 100755
--- a/roles/network_plugin/macvlan/files/ifdown-macvlan
+++ b/roles/network_plugin/macvlan/files/ifdown-macvlan
@@ -2,17 +2,17 @@
#
# initscripts-macvlan
# Copyright (C) 2014 Lars Kellogg-Stedman
-#
+#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
-#
+#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-#
+#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see .
diff --git a/roles/network_plugin/macvlan/files/ifup-macvlan b/roles/network_plugin/macvlan/files/ifup-macvlan
index 2cf33f614..8dc61aad2 100755
--- a/roles/network_plugin/macvlan/files/ifup-macvlan
+++ b/roles/network_plugin/macvlan/files/ifup-macvlan
@@ -2,17 +2,17 @@
#
# initscripts-macvlan
# Copyright (C) 2014 Lars Kellogg-Stedman
-#
+#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
-#
+#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-#
+#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see .