From 05ea47b796a526fe9af3fae39f42691ed31efec7 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 15 Mar 2007 00:50:52 +0000 Subject: [PATCH] whitespace cosmetics git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22592 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libdha/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/libdha/Makefile b/libdha/Makefile index 344eb148df..52e38b85ad 100644 --- a/libdha/Makefile +++ b/libdha/Makefile @@ -2,8 +2,7 @@ include ../config.mak MAJOR_VERSION = 1 MINOR_VERSION = 0 -VERSION = $(MAJOR_VERSION).$(MINOR_VERSION) - +VERSION = $(MAJOR_VERSION).$(MINOR_VERSION) ifeq ($(TARGET_OS),CYGWIN) SHORTNAME = libdha.dll @@ -19,13 +18,13 @@ LIBNAME = libdha.so.$(VERSION) endif SRCS_MPLAYER = libdha.c \ - mtrr.c \ - pci.c \ - pci_names.c \ + mtrr.c \ + pci.c \ + pci_names.c \ -OBJS_MPLAYER=$(SRCS_MPLAYER:.c=.o) +OBJS_MPLAYER = $(SRCS_MPLAYER:.c=.o) -CFLAGS = -fPIC -I. -I.. $(OPTFLAGS) +CFLAGS = -fPIC -I. -I.. $(OPTFLAGS) ifeq ($(TARGET_OS),OpenBSD) ifeq ($(TARGET_ARCH_X86),yes)