From 3ecf433432289b9c1990165f65bdd51aaad2eaa7 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 6 Dec 2005 19:44:58 +0000 Subject: expand tabs Original commit message from CVS: expand tabs --- gst/auparse/gstauparse.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gst/auparse') diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c index d39c239b..9fcb4df4 100644 --- a/gst/auparse/gstauparse.c +++ b/gst/auparse/gstauparse.c @@ -251,12 +251,12 @@ gst_auparse_chain (GstPad * pad, GstBuffer * buf) /* Docs : - http://www.opengroup.org/public/pubs/external/auformat.html - http://astronomy.swin.edu.au/~pbourke/dataformats/au/ - Solaris headers : /usr/include/audio/au.h - libsndfile : src/au.c + http://www.opengroup.org/public/pubs/external/auformat.html + http://astronomy.swin.edu.au/~pbourke/dataformats/au/ + Solaris headers : /usr/include/audio/au.h + libsndfile : src/au.c Samples : - http://www.tsp.ece.mcgill.ca/MMSP/Documents/AudioFormats/AU/Samples.html + http://www.tsp.ece.mcgill.ca/MMSP/Documents/AudioFormats/AU/Samples.html */ switch (auparse->encoding) { -- cgit