From 29a25b9933b32800f58dd73d5d1fc21993071c92 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Thu, 20 Jul 2006 16:02:40 +0000 Subject: Add mpd-indent.sh Indent the entire tree, hopefully we can keep it indented. git-svn-id: https://svn.musicpd.org/mpd/trunk@4410 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/tagTracker.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tagTracker.h') diff --git a/src/tagTracker.h b/src/tagTracker.h index 418ddf49e..b3f9a97c6 100644 --- a/src/tagTracker.h +++ b/src/tagTracker.h @@ -21,9 +21,9 @@ #include "tag.h" -char * getTagItemString(int type, char * string); +char *getTagItemString(int type, char *string); -void removeTagItemString(int type, char * string); +void removeTagItemString(int type, char *string); int getNumberOfTagItems(int type); @@ -31,7 +31,7 @@ void printMemorySavedByTagTracker(); void resetVisitedFlagsInTagTracker(int type); -void visitInTagTracker(int type, char * str); +void visitInTagTracker(int type, char *str); void printVisitedInTagTracker(FILE * fp, int type); -- cgit v1.2.3