From 3aa2707a88ddaf81f415d53eb923486f50ee30de Mon Sep 17 00:00:00 2001 From: uebayasi Date: Thu, 20 Aug 2015 06:53:11 +0000 Subject: [PATCH] Kill trailing blank lines. --- sys/arch/dreamcast/conf/shl.x | 3 +-- sys/arch/hpcsh/conf/shl-elf.x | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/arch/dreamcast/conf/shl.x b/sys/arch/dreamcast/conf/shl.x index d859581d2ab3..e4b4044b36af 100644 --- a/sys/arch/dreamcast/conf/shl.x +++ b/sys/arch/dreamcast/conf/shl.x @@ -1,4 +1,4 @@ -/* $NetBSD: shl.x,v 1.7 2002/04/25 17:02:41 uch Exp $ */ +/* $NetBSD: shl.x,v 1.8 2015/08/20 06:53:11 uebayasi Exp $ */ OUTPUT_FORMAT("elf32-shl-nbsd") OUTPUT_ARCH(sh) @@ -76,4 +76,3 @@ SECTIONS .debug_varnames 0 : { *(.debug_varnames) } /* These must appear regardless of . */ } - diff --git a/sys/arch/hpcsh/conf/shl-elf.x b/sys/arch/hpcsh/conf/shl-elf.x index d7aac15cd75f..6b6028793cd8 100644 --- a/sys/arch/hpcsh/conf/shl-elf.x +++ b/sys/arch/hpcsh/conf/shl-elf.x @@ -1,4 +1,4 @@ -/* $NetBSD: shl-elf.x,v 1.7 2003/04/15 16:29:12 uwe Exp $ */ +/* $NetBSD: shl-elf.x,v 1.8 2015/08/20 06:53:11 uebayasi Exp $ */ OUTPUT_FORMAT("elf32-shl-nbsd") OUTPUT_ARCH(sh) @@ -77,4 +77,3 @@ SECTIONS .debug_varnames 0 : { *(.debug_varnames) } /* These must appear regardless of . */ } -