diff libao2/Makefile @ 22531:090ec2169aee

cosmetics: Fix indentation, reorder some lines for consistency.
author diego
date Tue, 13 Mar 2007 21:55:23 +0000
parents 8bcff5c7e387
children
line wrap: on
line diff
--- a/libao2/Makefile	Tue Mar 13 21:31:23 2007 +0000
+++ b/libao2/Makefile	Tue Mar 13 21:55:23 2007 +0000
@@ -3,9 +3,9 @@
 LIBNAME_MPLAYER = libao2.a
 
 SRCS_MPLAYER = audio_out.c \
-     ao_mpegpes.c \
-     ao_null.c \
-     ao_pcm.c \
-     $(AO_SRCS) \
+               ao_mpegpes.c \
+               ao_null.c \
+               ao_pcm.c \
+               $(AO_SRCS) \
 
 include ../mpcommon.mak