aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2006-08-07 20:04:16 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2006-08-07 20:04:16 +0000
commit831ee7c63ef8582734b5671b2170cf2750431d0c (patch)
treef650245773708b2a2d512ba91234dbcf87fb1d2d /src
parent5f827ac126ef98847bf7b3da5068d1046ef14dc3 (diff)
downloadmpd-831ee7c63ef8582734b5671b2170cf2750431d0c.tar.gz
mpd-831ee7c63ef8582734b5671b2170cf2750431d0c.tar.xz
mpd-831ee7c63ef8582734b5671b2170cf2750431d0c.zip
Indent some #defines in tag.c for better readability
git-svn-id: https://svn.musicpd.org/mpd/trunk@4592 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src')
-rw-r--r--src/tag.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/tag.c b/src/tag.c
index c8f03c9b1..10f6c2bf4 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -43,16 +43,16 @@
#endif
#ifdef HAVE_ID3TAG
-#define isId3v1(tag) (id3_tag_options(tag, 0, 0) & ID3_TAG_OPTION_ID3V1)
+# define isId3v1(tag) (id3_tag_options(tag, 0, 0) & ID3_TAG_OPTION_ID3V1)
/* Size of the buffer to use for peeking at tag headers. We reuse this buffer
if the whole tag fits in it, so make it big to avoid a malloc(). */
-#define ID3_TAG_BUFLEN 1024
-#ifndef ID3_FRAME_COMPOSER
-#define ID3_FRAME_COMPOSER "TCOM"
-#endif
-#ifndef ID3_FRAME_DISC
-#define ID3_FRAME_DISC "TPOS"
-#endif
+# define ID3_TAG_BUFLEN 1024
+# ifndef ID3_FRAME_COMPOSER
+# define ID3_FRAME_COMPOSER "TCOM"
+# endif
+# ifndef ID3_FRAME_DISC
+# define ID3_FRAME_DISC "TPOS"
+# endif
#endif
char *mpdTagItemKeys[TAG_NUM_OF_ITEM_TYPES] = {