From f0b82142b264c46f6fee2720fdd0d776a127b17d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 26 Jul 2010 12:26:04 +0200 Subject: *: fix unterminated last lines. no code changes Signed-off-by: Denys Vlasenko --- examples/udhcp/sample.bound | 2 +- examples/udhcp/sample.renew | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/udhcp/sample.bound b/examples/udhcp/sample.bound index 2a95d8b7d..bd3569c77 100755 --- a/examples/udhcp/sample.bound +++ b/examples/udhcp/sample.bound @@ -28,4 +28,4 @@ for i in $dns do echo adding dns $i echo nameserver $i >> $RESOLV_CONF -done \ No newline at end of file +done diff --git a/examples/udhcp/sample.renew b/examples/udhcp/sample.renew index 842bafe91..ea368fc9e 100755 --- a/examples/udhcp/sample.renew +++ b/examples/udhcp/sample.renew @@ -28,4 +28,4 @@ for i in $dns do echo adding dns $i echo nameserver $i >> $RESOLV_CONF -done \ No newline at end of file +done -- cgit v1.2.3