From f181d1d18ba8d2f9eb186602c6c2899abfc82d63 Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Mon, 8 May 2006 20:49:01 +0000 Subject: [PATCH] SVN_SILENT accidentally inserted tabs git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@538782 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- bindings/c/tag_c.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bindings/c/tag_c.h b/bindings/c/tag_c.h index ed9345fc..52185f17 100644 --- a/bindings/c/tag_c.h +++ b/bindings/c/tag_c.h @@ -249,10 +249,10 @@ int taglib_audioproperties_channels(const TagLib_AudioProperties *audioPropertie *******************************************************************************/ typedef enum { - TagLib_ID3v2_Latin1, - TagLib_ID3v2_UTF16, - TagLib_ID3v2_UTF16BE, - TagLib_ID3v2_UTF8 + TagLib_ID3v2_Latin1, + TagLib_ID3v2_UTF16, + TagLib_ID3v2_UTF16BE, + TagLib_ID3v2_UTF8 } TagLib_ID3v2_Encoding; /*!