From b3090263ba31702631270643c7a7d7af8f4d9234 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 3 Jul 2014 14:54:37 +0800 Subject: meta: fix no newline at end of file Add a '\n' to the last line of the file to fix: No newline at end of file Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/recipes-connectivity/dhcp/files/default-relay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-connectivity') diff --git a/meta/recipes-connectivity/dhcp/files/default-relay b/meta/recipes-connectivity/dhcp/files/default-relay index 59249db283..7961f014be 100644 --- a/meta/recipes-connectivity/dhcp/files/default-relay +++ b/meta/recipes-connectivity/dhcp/files/default-relay @@ -9,4 +9,4 @@ SERVERS="" INTERFACES="" # Additional options that are passed to the DHCP relay daemon? -OPTIONS="" \ No newline at end of file +OPTIONS="" -- cgit 1.2.3-korg