From 8d234c9fe5c3b7d4205e999611e28b3d7dcfad5e Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 29 Sep 2009 14:55:15 +0000 Subject: Reformat file to avoid whitespace warnings git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/jpeg6b/trunk@30 1f7c565b-b627-4dca-846e-f67d7c544d05 --- src/make.code.defn | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/make.code.defn b/src/make.code.defn index 924bfce..b9854ab 100644 --- a/src/make.code.defn +++ b/src/make.code.defn @@ -1,5 +1,4 @@ - -LIBSOURCES= jcapimin.c jcapistd.c jccoefct.c jccolor.c jcdctmgr.c jchuff.c \ +LIBSOURCES = jcapimin.c jcapistd.c jccoefct.c jccolor.c jcdctmgr.c jchuff.c \ jcinit.c jcmainct.c jcmarker.c jcmaster.c jcomapi.c jcparam.c \ jcphuff.c jcprepct.c jcsample.c jctrans.c jdapimin.c jdapistd.c \ jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c jddctmgr.c jdhuff.c \ @@ -9,6 +8,6 @@ LIBSOURCES= jcapimin.c jcapistd.c jccoefct.c jccolor.c jcdctmgr.c jchuff.c \ jquant2.c jutils.c jmemmgr.c # memmgr back ends: compile only one of these into a working library -SYSDEPSOURCES= jmemansi.c jmemname.c jmemnobs.c jmemdos.c jmemmac.c +SYSDEPSOURCES = jmemansi.c jmemname.c jmemnobs.c jmemdos.c jmemmac.c -SRCS = $(LIBSOURCES) jmem.c \ No newline at end of file +SRCS = $(LIBSOURCES) jmem.c -- cgit v1.2.3