Skip to content

Commit a3ee0fb

Browse files
authored
txrx.c removed unwanted indentation between socket priority
removed unwanted indentation between socket priority
1 parent 36d848b commit a3ee0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/txrx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ static struct argp_option options[] = {
132132
{"wakeup", 'w', 0, 0, "enable need_wakeup"},
133133
{"vlan-prio", 'q', "NUM", 0, "packet vlan priority, also socket priority\n"
134134
" Def: 0 | Min: 0 | Max: 7"},
135-
{"socket-prio", 'g', "NUM", 0, "packet socket priority\n"
135+
{"socket-prio", 'g', "NUM", 0, "packet socket priority\n"
136136
" Def: 0 | Min: 0 | Max: 15"},
137137
/* Reserved: u / w */
138138

0 commit comments

Comments
 (0)