Put in a separate patch so that two future patches can be re-ordered /
selectively backported independent of each other.
Signed-off-by: Laine Stump <laine(a)redhat.com>
---
src/util/virfirewall.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/util/virfirewall.h b/src/util/virfirewall.h
index 6148f46827..ff690b36f0 100644
--- a/src/util/virfirewall.h
+++ b/src/util/virfirewall.h
@@ -40,6 +40,7 @@ virFirewallPtr virFirewallNew(void);
void virFirewallFree(virFirewallPtr firewall);
+
/**
* virFirewallAddRule:
* @firewall: firewall ruleset to add to
--
2.25.4