Skip to content

Commit b84e8ec

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

print-loopback.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ loopback_print(netdissect_options *ndo,
124124

125125
invalid:
126126
nd_print_invalid(ndo);
127-
ND_TCHECK_LEN(cp, length);
127+
ND_TCHECK_LEN(cp, length);
128128
}
129129

0 commit comments

Comments
 (0)