Skip to content

Commit e126cd2

Browse files
committed
Fixup indentation in sl_if_print(). [skip ci]
1 parent f6d975d commit e126cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

print-sl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ sl_if_print(netdissect_options *ndo,
7272

7373
switch (IP_V(ip)) {
7474
case 4:
75-
ip_print(ndo, (const u_char *)ip, length);
75+
ip_print(ndo, (const u_char *)ip, length);
7676
break;
7777
case 6:
7878
ip6_print(ndo, (const u_char *)ip, length);

0 commit comments

Comments
 (0)