From 5f87f1ac1cb2ef44aac4284d8103e7556597a842 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Sun, 13 Dec 2015 20:16:59 +0000 Subject: maint: remove form feed characters from sources These are no longer useful and can impact viewing patches in some mail programs for example. * src/cksum.c: Remove ^L characters. * src/comm.c: Likewise. * src/kill.c Likewise. * src/ln.c Likewise. * src/nl.c Likewise. * src/pr.c Likewise. * src/ptx.c Likewise. * src/split.c Likewise. * src/tr.c Likewise. * src/tsort.c Likewise. * src/uniq.c Likewise. * src/wc.c Likewise. * cfg.mk (sc_prohibit-form-feed): A new syntax check. --- src/ln.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ln.c') diff --git a/src/ln.c b/src/ln.c index 974a9f0e4..453167a7d 100644 --- a/src/ln.c +++ b/src/ln.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ - + /* Written by Mike Parker and David MacKenzie. */ #include -- cgit v1.2.3-54-g00ecf