Skip to content

Commit 91374a1

Browse files
committed
Fix trailing whitespace in YANG descriptions
[skip ci] Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 3966f8e commit 91374a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/confd/yang/confd/infix-if-container.yang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ submodule infix-if-container {
6060
identity host {
6161
base container-network;
6262
description "Host device, e.g., one end of a VETH pair or other host interface.
63-
63+
6464
Note: When using VETH pairs, at least one side must remain in the
6565
host namespace. Both ends of a VETH pair cannot be assigned to
6666
different containers.";

src/confd/yang/confd/infix-if-veth.yang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ submodule infix-if-veth {
1414
organization "KernelKit";
1515
contact "kernelkit@googlegroups.com";
1616
description "Linux virtual Ethernet pair extension for ietf-interfaces.
17-
17+
1818
Note: When using VETH pairs with containers, at least one side
1919
of the pair must remain in the host namespace. Both ends of a
2020
VETH pair cannot be assigned to different containers.";

0 commit comments

Comments
 (0)