From 2dac0fbd0498ad4a3f8d46a97e7fcbc2f5adb36a Mon Sep 17 00:00:00 2001 From: DRC Date: Tue, 15 Apr 2014 03:42:40 +0000 Subject: [PATCH] Remove trailing spaces --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index c8c066dc..63accbbc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -108,7 +108,7 @@ endif cjpeg_SOURCES = cdjpeg.h cderror.h cdjpeg.c cjpeg.c rdbmp.c rdgif.c \ - rdppm.c rdswitch.c rdtarga.c + rdppm.c rdswitch.c rdtarga.c cjpeg_LDADD = libjpeg.la @@ -146,7 +146,7 @@ DOCS= coderules.txt jconfig.txt change.log rdrle.c wrrle.c BUILDING.txt \ docdir = $(datadir)/doc dist_doc_DATA = README README-turbo.txt libjpeg.txt structure.txt usage.txt \ - wizard.txt + wizard.txt exampledir = $(datadir)/doc dist_example_DATA = example.c