tc/p_ip.c: Minor coding style cleanup
Break overlong function definitions and remove one extraneous whitespace. Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
95c9d0d301
commit
952f89deba
|
|
@ -24,7 +24,8 @@
|
||||||
#include "m_pedit.h"
|
#include "m_pedit.h"
|
||||||
|
|
||||||
static int
|
static int
|
||||||
parse_ip(int *argc_p, char ***argv_p, struct tc_pedit_sel *sel, struct tc_pedit_key *tkey)
|
parse_ip(int *argc_p, char ***argv_p,
|
||||||
|
struct tc_pedit_sel *sel, struct tc_pedit_key *tkey)
|
||||||
{
|
{
|
||||||
int res = -1;
|
int res = -1;
|
||||||
int argc = *argc_p;
|
int argc = *argc_p;
|
||||||
|
|
@ -139,7 +140,8 @@ done:
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
parse_ip6(int *argc_p, char ***argv_p, struct tc_pedit_sel *sel, struct tc_pedit_key *tkey)
|
parse_ip6(int *argc_p, char ***argv_p,
|
||||||
|
struct tc_pedit_sel *sel, struct tc_pedit_key *tkey)
|
||||||
{
|
{
|
||||||
int res = -1;
|
int res = -1;
|
||||||
return res;
|
return res;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue