Skip to content

Commit 2d77a95

Browse files
committed
Fix whitespace format
1 parent 7e1cf96 commit 2d77a95

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

src/sonic-yang-models/yang-models/sonic-interface.yang

+9-9
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ module sonic-interface {
2121
import sonic-vrf {
2222
prefix vrf;
2323
}
24-
25-
import sonic-vnet {
26-
prefix svnet;
27-
}
24+
25+
import sonic-vnet {
26+
prefix svnet;
27+
}
2828

2929
description "INTERFACE yang Module for SONiC OS";
3030

@@ -63,13 +63,13 @@ module sonic-interface {
6363
path "/vrf:sonic-vrf/vrf:VRF/vrf:VRF_LIST/vrf:name";
6464
}
6565
}
66-
66+
6767
leaf vnet_name {
6868
description "Reference to the name of a VNET in sonic-vnet model";
69-
type leafref {
70-
path "/svnet:sonic-vnet/svnet:VNET/svnet:VNET_LIST/svnet:name";
71-
}
72-
}
69+
type leafref {
70+
path "/svnet:sonic-vnet/svnet:VNET/svnet:VNET_LIST/svnet:name";
71+
}
72+
}
7373

7474
leaf nat_zone {
7575
description "NAT Zone for the interface";

src/sonic-yang-models/yang-models/sonic-vlan.yang

+6-6
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ module sonic-vlan {
4040
import sonic-interface {
4141
prefix intf;
4242
}
43-
43+
4444
import sonic-vnet {
45-
prefix svnet;
46-
}
45+
prefix svnet;
46+
}
4747

4848
description "VLAN yang Module for SONiC OS";
4949

@@ -96,9 +96,9 @@ module sonic-vlan {
9696

9797
leaf vnet_name {
9898
description "Reference to the name of a VNET in sonic-vnet model";
99-
type leafref {
100-
path "/svnet:sonic-vnet/svnet:VNET/svnet:VNET_LIST/svnet:name";
101-
}
99+
type leafref {
100+
path "/svnet:sonic-vnet/svnet:VNET/svnet:VNET_LIST/svnet:name";
101+
}
102102
}
103103

104104
leaf nat_zone {

0 commit comments

Comments
 (0)