changeset 24038:4c260bdb4de9

cosmetics: prettyprint
author diego
date Tue, 14 Aug 2007 14:30:27 +0000
parents c7f95196dfe5
children 0b94266740f9
files input/Makefile
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/input/Makefile	Tue Aug 14 14:29:22 2007 +0000
+++ b/input/Makefile	Tue Aug 14 14:30:27 2007 +0000
@@ -2,9 +2,9 @@
 
 LIBNAME_MPLAYER = libinput.a
 
-SRCS_MPLAYER              = input.c
+SRCS_MPLAYER                  = input.c
 SRCS_MPLAYER-$(APPLE_REMOTE) += ar.c
-SRCS_MPLAYER-$(JOYSTICK) += joystick.c
-SRCS_MPLAYER-$(LIRC)     += lirc.c
+SRCS_MPLAYER-$(JOYSTICK)     += joystick.c
+SRCS_MPLAYER-$(LIRC)         += lirc.c
 
 include ../mpcommon.mak