Skip to content

Commit 44699ba

Browse files
aescolarkartben
authored andcommitted
subsys/net/lib/shell: Fix code compliance issues
Fix issues detected by checkpatch Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
1 parent b2ee13c commit 44699ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/net/lib/shell/filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ static int cmd_net_filter(const struct shell *sh, size_t argc, char *argv[])
8989
struct net_shell_user_data user_data;
9090
int count = 0;
9191

92-
PR("Rule %-10s Verdict Tests \n", "Type");
92+
PR("Rule %-10s Verdict Tests\n", "Type");
9393

9494
user_data.sh = sh;
9595
user_data.user_data = &count;

0 commit comments

Comments
 (0)