diff options
Diffstat (limited to 'trafgen_l2.c')
-rw-r--r-- | trafgen_l2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trafgen_l2.c b/trafgen_l2.c index 2e411e6..1863332 100644 --- a/trafgen_l2.c +++ b/trafgen_l2.c @@ -19,7 +19,7 @@ static struct proto_field eth_fields[] = { static uint16_t pid_to_eth(enum proto_id pid) { - switch(pid) { + switch (pid) { case PROTO_ARP: return ETH_P_ARP; case PROTO_IP4: |