From 74d28de23fd5cb7fcb2fd1ef8efb18ca36ac01bc Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 12 Nov 2022 16:02:24 +0100 Subject: [PATCH] inotify: whitespace fix Signed-off-by: Thomas Lamprecht --- src/PVE/INotify.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/INotify.pm b/src/PVE/INotify.pm index 661eaf1..0df6c8e 100644 --- a/src/PVE/INotify.pm +++ b/src/PVE/INotify.pm @@ -1271,7 +1271,7 @@ sub __interface_to_string { } $done->{bridge_fd} = 1; - if( defined($d->{bridge_vlan_aware})) { + if (defined($d->{bridge_vlan_aware})) { $raw .= "\tbridge-vlan-aware yes\n"; my $vlans = defined($d->{bridge_vids}) ? $d->{bridge_vids} : "2-4094"; $raw .= "\tbridge-vids $vlans\n"; -- 2.39.2