diff options
author | John Crispin <john@openwrt.org> | 2014-06-02 12:44:51 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-02 12:44:51 +0000 |
commit | 40218343cd370e32f1f62ee0c0c57e7cb9b359b9 (patch) | |
tree | 89e66f1470bb0a988b92531a2a4a9b8ffe07b087 /package/network/config/netifd/files | |
parent | 46a4f1328330ef37440fba7b159c0fddb64309d6 (diff) | |
download | upstream-40218343cd370e32f1f62ee0c0c57e7cb9b359b9.tar.gz upstream-40218343cd370e32f1f62ee0c0c57e7cb9b359b9.tar.bz2 upstream-40218343cd370e32f1f62ee0c0c57e7cb9b359b9.zip |
package: netifd: remove blank line at the end of file
Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
SVN-Revision: 40937
Diffstat (limited to 'package/network/config/netifd/files')
-rwxr-xr-x | package/network/config/netifd/files/lib/netifd/proto/dhcp.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/network/config/netifd/files/lib/netifd/proto/dhcp.sh b/package/network/config/netifd/files/lib/netifd/proto/dhcp.sh index 2e58c19c44..178ff551b5 100755 --- a/package/network/config/netifd/files/lib/netifd/proto/dhcp.sh +++ b/package/network/config/netifd/files/lib/netifd/proto/dhcp.sh @@ -66,4 +66,3 @@ proto_dhcp_teardown() { } add_protocol dhcp - |