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 --- ext/flac/flac_compat.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ext/flac/flac_compat.h') diff --git a/ext/flac/flac_compat.h b/ext/flac/flac_compat.h index 87b5b864..23605289 100644 --- a/ext/flac/flac_compat.h +++ b/ext/flac/flac_compat.h @@ -32,21 +32,21 @@ #if FLAC_VERSION < 0x010004 #define FLAC__STREAM_ENCODER_OK FLAC__STREAM_ENCODER_WRITE_OK #define FLAC__seekable_stream_decoder_process_single(a) \ - FLAC__seekable_stream_decoder_process_one_frame(a) + FLAC__seekable_stream_decoder_process_one_frame(a) #endif /* FLAC_VERSION < 0x010004 */ #if FLAC_VERSION < 0x010003 #define FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC \ - FLAC__STREAM_DECODER_ERROR_LOST_SYNC + FLAC__STREAM_DECODER_ERROR_LOST_SYNC #define FLAC__STREAM_DECODER_ERROR_STATUS_BAD_HEADER \ - FLAC__STREAM_DECODER_ERROR_BAD_HEADER + FLAC__STREAM_DECODER_ERROR_BAD_HEADER #define FLAC__STREAM_DECODER_ERROR_STATUS_FRAME_CRC_MISMATCH \ - FLAC__STREAM_DECODER_ERROR_FRAME_CRC_MISMATCH + FLAC__STREAM_DECODER_ERROR_FRAME_CRC_MISMATCH #define FLAC__STREAM_DECODER_WRITE_STATUS_ABORT \ - FLAC__STREAM_DECODER_WRITE_ABORT + FLAC__STREAM_DECODER_WRITE_ABORT #define FLAC__STREAM_DECODER_WRITE_STATUS_CONTINUE \ - FLAC__STREAM_DECODER_WRITE_CONTINUE + FLAC__STREAM_DECODER_WRITE_CONTINUE #define FLAC__StreamMetadata FLAC__StreamMetaData -- cgit