inotify: whitespace fix

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-11-12 16:02:24 +01:00
parent 0d830ac70f
commit 74d28de23f

View File

@ -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";