From 5519d989839e884518385bc99fa413352294f824 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 13 Mar 2007 21:55:23 +0000 Subject: cosmetics: Fix indentation, reorder some lines for consistency. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22549 b3059339-0415-0410-9bf9-f77b7e298cf2 --- tremor/Makefile | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'tremor') diff --git a/tremor/Makefile b/tremor/Makefile index ef02aa29aa..daefddcfd3 100644 --- a/tremor/Makefile +++ b/tremor/Makefile @@ -3,19 +3,19 @@ include ../config.mak LIBNAME_COMMON = libvorbisidec.a SRCS_COMMON = bitwise.c \ - block.c \ - codebook.c \ - floor0.c \ - floor1.c \ - framing.c \ - info.c \ - mapping0.c \ - mdct.c \ - registry.c \ - res012.c \ - sharedbook.c \ - synthesis.c \ - window.c \ + block.c \ + codebook.c \ + floor0.c \ + floor1.c \ + framing.c \ + info.c \ + mapping0.c \ + mdct.c \ + registry.c \ + res012.c \ + sharedbook.c \ + synthesis.c \ + window.c \ CFLAGS = $(TREMOR_FLAGS) -- cgit v1.2.3