clean-up trailing whitespace (#453)

These changes have been mostly auto-generated with:

	find . -type f -print0 | xargs -0 perl -pi -e 's/ +$//'

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov
2022-02-24 15:49:16 +00:00
committed by GitHub
parent 071b89ad30
commit 50f397b249
42 changed files with 275 additions and 275 deletions

View File

@@ -3,7 +3,7 @@ extern void truncate(in bit<32> length);
extern void resubmit<T>(in T x);
extern void recirculate<T>(in T x);
enum CloneType { I2E, E2I }
extern void clone(in CloneType type,
extern void clone(in CloneType type,
in bit<32> session);
// v1model pipeline elements
@@ -26,7 +26,7 @@ control Egress<H, M>(
inout H hdr,
inout M meta,
inout standard_metadata_t std_meta
);
);
control ComputeChecksum<H, M>(
inout H hdr,
inout M meta

View File

@@ -1,7 +1,7 @@
table ipv4_lpm {
key = {
hdr.ipv4.dstAddr : lpm;
// standard match kinds:
// standard match kinds:
// exact, ternary, lpm
}
// actions that can be invoked