Skip to content

Commit

Permalink
tcptop: linter cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pchaigno committed Oct 7, 2017
1 parent 4601792 commit 6d9b1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tcptop.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def range_check(string):
u64 *val, zero = 0;
if (copied <= 0)
return 0;
return 0;
if (family == AF_INET) {
struct ipv4_key_t ipv4_key = {.pid = pid};
Expand Down

0 comments on commit 6d9b1b2

Please sign in to comment.