subsys/net/lib/shell: Fix code compliance issues
Fix issues detected by checkpatch Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
b2ee13cc12
commit
44699baff5
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ static int cmd_net_filter(const struct shell *sh, size_t argc, char *argv[])
|
|||
struct net_shell_user_data user_data;
|
||||
int count = 0;
|
||||
|
||||
PR("Rule %-10s Verdict Tests \n", "Type");
|
||||
PR("Rule %-10s Verdict Tests\n", "Type");
|
||||
|
||||
user_data.sh = sh;
|
||||
user_data.user_data = &count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue