whitespace moving
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 3 May 2006 16:40:57 +0000 (16:40 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 3 May 2006 16:40:57 +0000 (16:40 +0000)
Original commit message from CVS:
whitespace moving

Makefile.am

index f82de07..7d59183 100644 (file)
@@ -27,6 +27,7 @@ win32 = $(shell cat $(top_srcdir)/win32/MANIFEST)
 
 debug:
        echo $(win32)
+
 EXTRA_DIST = \
        gstreamer.spec gstreamer.spec.in gst-element-check.m4 \
        configure.ac autogen.sh depcomp \
@@ -38,7 +39,6 @@ CLEANFILES = gst-element-check-@GST_MAJORMINOR@.m4
 include $(top_srcdir)/common/release.mak
 include $(top_srcdir)/common/po.mak
 
-
 if GST_GCOV_ENABLED
 clean-gcov:
        find -name "*.da" -o -name "*.gcov" | xargs rm || true