Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
f7520a19
Commit
f7520a19
authored
Oct 23, 2015
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ip: remove extra newlines at end-of-file
Shouldn't have extra blank lines.
parent
a257bc7b
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
6 deletions
+0
-6
ip/ipaddrlabel.c
ip/ipaddrlabel.c
+0
-1
ip/ipfou.c
ip/ipfou.c
+0
-1
ip/iplink_bond_slave.c
ip/iplink_bond_slave.c
+0
-1
ip/ipprefix.c
ip/ipprefix.c
+0
-1
ip/iproute.c
ip/iproute.c
+0
-1
ip/tcp_metrics.c
ip/tcp_metrics.c
+0
-1
No files found.
ip/ipaddrlabel.c
View file @
f7520a19
...
...
@@ -263,4 +263,3 @@ int do_ipaddrlabel(int argc, char **argv)
fprintf
(
stderr
,
"Command
\"
%s
\"
is unknown, try
\"
ip addrlabel help
\"
.
\n
"
,
*
argv
);
exit
(
-
1
);
}
ip/ipfou.c
View file @
f7520a19
...
...
@@ -156,4 +156,3 @@ int do_ipfou(int argc, char **argv)
fprintf
(
stderr
,
"Command
\"
%s
\"
is unknown, try
\"
ip fou help
\"
.
\n
"
,
*
argv
);
exit
(
-
1
);
}
ip/iplink_bond_slave.c
View file @
f7520a19
...
...
@@ -113,4 +113,3 @@ struct link_util bond_slave_link_util = {
.
parse_opt
=
bond_slave_parse_opt
,
.
slave
=
true
,
};
ip/ipprefix.c
View file @
f7520a19
...
...
@@ -107,4 +107,3 @@ int print_prefix(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
return
0
;
}
ip/iproute.c
View file @
f7520a19
...
...
@@ -1811,4 +1811,3 @@ int do_iproute(int argc, char **argv)
fprintf
(
stderr
,
"Command
\"
%s
\"
is unknown, try
\"
ip route help
\"
.
\n
"
,
*
argv
);
exit
(
-
1
);
}
ip/tcp_metrics.c
View file @
f7520a19
...
...
@@ -508,4 +508,3 @@ int do_tcp_metrics(int argc, char **argv)
"try
\"
ip tcp_metrics help
\"
.
\n
"
,
*
argv
);
exit
(
-
1
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment