aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-04-14 14:53:41 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-04-14 14:53:41 +0000
commit549344d38ab6df1fec7f0d2a6c12a7b8c50547db (patch)
tree5ee3bc85b04e9e98c95a8f8113df1716122d7bf6 /src
parent87e87e12d357a603ea6f15f4f44d3ca0ed4dd442 (diff)
add vim shiznit to end of all source files
git-svn-id: https://svn.musicpd.org/mpd/trunk@750 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src')
-rw-r--r--src/aac_decode.c1
-rw-r--r--src/aac_decode.h1
-rw-r--r--src/audio.c1
-rw-r--r--src/audio.h1
-rw-r--r--src/audiofile_decode.c1
-rw-r--r--src/audiofile_decode.h1
-rw-r--r--src/buffer2array.c1
-rw-r--r--src/buffer2array.h1
-rw-r--r--src/charConv.c1
-rw-r--r--src/charConv.h1
-rw-r--r--src/command.c1
-rw-r--r--src/command.h1
-rw-r--r--src/conf.c1
-rw-r--r--src/conf.h1
-rw-r--r--src/decode.c1
-rw-r--r--src/decode.h1
-rw-r--r--src/directory.c1
-rw-r--r--src/directory.h1
-rw-r--r--src/flac_decode.c1
-rw-r--r--src/flac_decode.h1
-rw-r--r--src/interface.c1
-rw-r--r--src/interface.h1
-rw-r--r--src/list.c1
-rw-r--r--src/list.h1
-rw-r--r--src/listen.c1
-rw-r--r--src/listen.h1
-rw-r--r--src/log.c1
-rw-r--r--src/log.h1
-rw-r--r--src/ls.c1
-rw-r--r--src/ls.h1
-rw-r--r--src/main.c1
-rw-r--r--src/mp3_decode.c1
-rw-r--r--src/mp3_decode.h1
-rw-r--r--src/mp4_decode.c1
-rw-r--r--src/mp4_decode.h1
-rw-r--r--src/mpd_types.h1
-rw-r--r--src/myfprintf.c1
-rw-r--r--src/myfprintf.h1
-rw-r--r--src/ogg_decode.c1
-rw-r--r--src/ogg_decode.h1
-rw-r--r--src/path.c1
-rw-r--r--src/path.h1
-rw-r--r--src/pcm_utils.c1
-rw-r--r--src/pcm_utils.h1
-rw-r--r--src/permission.c1
-rw-r--r--src/permission.h1
-rw-r--r--src/player.c1
-rw-r--r--src/player.h1
-rw-r--r--src/playerData.c1
-rw-r--r--src/playerData.h1
-rw-r--r--src/playlist.c1
-rw-r--r--src/playlist.h1
-rw-r--r--src/sig_handlers.c1
-rw-r--r--src/sig_handlers.h1
-rw-r--r--src/signal_check.c1
-rw-r--r--src/signal_check.h1
-rw-r--r--src/song.c1
-rw-r--r--src/song.h1
-rw-r--r--src/stats.c1
-rw-r--r--src/stats.h1
-rw-r--r--src/tables.c1
-rw-r--r--src/tables.h1
-rw-r--r--src/tag.c1
-rw-r--r--src/tag.h1
-rw-r--r--src/utf8.c1
-rw-r--r--src/utf8.h1
-rw-r--r--src/utils.c1
-rw-r--r--src/utils.h1
-rw-r--r--src/volume.c1
-rw-r--r--src/volume.h1
70 files changed, 70 insertions, 0 deletions
diff --git a/src/aac_decode.c b/src/aac_decode.c
index 1c0f867d..be0f332e 100644
--- a/src/aac_decode.c
+++ b/src/aac_decode.c
@@ -432,3 +432,4 @@ int aac_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc) {
}
#endif /* HAVE_FAAD */
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/aac_decode.h b/src/aac_decode.h
index 7ce9781f..bd814977 100644
--- a/src/aac_decode.h
+++ b/src/aac_decode.h
@@ -32,3 +32,4 @@ int aac_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc);
#endif /* HAVE_FAAD */
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/audio.c b/src/audio.c
index df497203..b532c95e 100644
--- a/src/audio.c
+++ b/src/audio.c
@@ -220,3 +220,4 @@ void audioError() {
}
#endif
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/audio.h b/src/audio.h
index 58a83a79..98b44326 100644
--- a/src/audio.h
+++ b/src/audio.h
@@ -48,3 +48,4 @@ void audioError();
int isCurrentAudioFormat(AudioFormat * audioFormat);
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/audiofile_decode.c b/src/audiofile_decode.c
index 7cd19358..79f25e3d 100644
--- a/src/audiofile_decode.c
+++ b/src/audiofile_decode.c
@@ -147,3 +147,4 @@ int audiofile_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc)
}
#endif /* HAVE_AUDIOFILE */
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/audiofile_decode.h b/src/audiofile_decode.h
index 536c3ce0..5562b628 100644
--- a/src/audiofile_decode.h
+++ b/src/audiofile_decode.h
@@ -33,3 +33,4 @@ int getAudiofileTotalTime(char * file);
#endif /* HAVE_AUDIOFILE */
#endif /* AUDIOFILE_DECODE_H */
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/buffer2array.c b/src/buffer2array.c
index 9ee67f17..ebfedf85 100644
--- a/src/buffer2array.c
+++ b/src/buffer2array.c
@@ -120,3 +120,4 @@ void freeArgArray(char ** array, int argArrayLength) {
}
free(array);
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/buffer2array.h b/src/buffer2array.h
index 74ebffbb..d6982dd9 100644
--- a/src/buffer2array.h
+++ b/src/buffer2array.h
@@ -26,3 +26,4 @@ int buffer2array(char * buffer, char *** array);
void freeArgArray(char ** array, int argArrayLength);
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/charConv.c b/src/charConv.c
index 85eba7e8..354a8aba 100644
--- a/src/charConv.c
+++ b/src/charConv.c
@@ -147,3 +147,4 @@ void closeCharSetConversion() {
char_conv_use_iconv = 0;
}
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/charConv.h b/src/charConv.h
index 8c5dbdc4..5687c1e7 100644
--- a/src/charConv.h
+++ b/src/charConv.h
@@ -28,3 +28,4 @@ char * convStrDup(char * string);
void closeCharSetConversion();
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/command.c b/src/command.c
index 90686b7e..5ad82865 100644
--- a/src/command.c
+++ b/src/command.c
@@ -765,3 +765,4 @@ int proccessListOfCommands(FILE * fp, int * permission, int * expired,
int processCommand(FILE * fp, unsigned int * permission, char * commandString) {
return processCommandInternal(fp,permission,commandString,NULL);
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/command.h b/src/command.h
index 68d6f4a3..a2733ed6 100644
--- a/src/command.h
+++ b/src/command.h
@@ -41,3 +41,4 @@ void initCommands();
void finishCommands();
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/conf.c b/src/conf.c
index 7fd154e0..53287ea2 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -268,3 +268,4 @@ char ** readConf(char * file) {
char ** getConf() {
return conf_params;
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/conf.h b/src/conf.h
index ca9defaf..d4d798b9 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -61,3 +61,4 @@ void initConf();
void writeConf(char * file);
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/decode.c b/src/decode.c
index 75872c43..baea58e4 100644
--- a/src/decode.c
+++ b/src/decode.c
@@ -503,3 +503,4 @@ void decode() {
return;
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/decode.h b/src/decode.h
index 4bcc5abf..fc56ca5f 100644
--- a/src/decode.h
+++ b/src/decode.h
@@ -56,3 +56,4 @@ void decodeSigHandler(int sig);
void decode();
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/directory.c b/src/directory.c
index bd4c0a81..f46a6d56 100644
--- a/src/directory.c
+++ b/src/directory.c
@@ -1182,3 +1182,4 @@ time_t getDbModTime() {
return mtime;
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/directory.h b/src/directory.h
index a850154e..f5af322d 100644
--- a/src/directory.h
+++ b/src/directory.h
@@ -70,3 +70,4 @@ Song * getSong(char * file);
time_t getDbModTime();
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/flac_decode.c b/src/flac_decode.c
index 611b198f..7118f9f6 100644
--- a/src/flac_decode.c
+++ b/src/flac_decode.c
@@ -311,3 +311,4 @@ int flac_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc) {
}
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/flac_decode.h b/src/flac_decode.h
index 773d5d0f..02b3aa09 100644
--- a/src/flac_decode.h
+++ b/src/flac_decode.h
@@ -30,3 +30,4 @@ int flac_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc);
int getFlacTotalTime(char * file);
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/interface.c b/src/interface.c
index 83699e2f..4dda8274 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -649,3 +649,4 @@ void printInterfaceOutBuffer(Interface * interface) {
interface->outBuflen = 0;
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/interface.h b/src/interface.h
index b2a8b1a2..ccd94b23 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -38,3 +38,4 @@ int interfacePrintWithFD(int fd, char * buffer);
int doIOForInterfaces();
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/list.c b/src/list.c
index b6322052..68ec8d9c 100644
--- a/src/list.c
+++ b/src/list.c
@@ -482,3 +482,4 @@ void sortList(List * list) {
quickSort(list->nodesArray,0,list->numberOfNodes-1);
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/list.h b/src/list.h
index 14f7f396..7b08e7e5 100644
--- a/src/list.h
+++ b/src/list.h
@@ -102,3 +102,4 @@ void clearList(List * list);
void sortList(List * list);
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/listen.c b/src/listen.c
index 5fd07a9b..a9624d4e 100644
--- a/src/listen.c
+++ b/src/listen.c
@@ -184,3 +184,4 @@ void getConnections(int sock) {
}
else if(fd<0) ERROR("Problems accept()'ing\n");
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/listen.h b/src/listen.h
index dd5e32d8..d0ce86a4 100644
--- a/src/listen.h
+++ b/src/listen.h
@@ -28,3 +28,4 @@ int establish(unsigned short port);
void getConnections(int sock);
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/log.c b/src/log.c
index 3f456a65..bdc7cf93 100644
--- a/src/log.c
+++ b/src/log.c
@@ -37,3 +37,4 @@ void initLog() {
}
else ERROR("unknown log level \"%s\"\n",getConf()[CONF_LOG_LEVEL]);
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/log.h b/src/log.h
index 59871f17..222ae227 100644
--- a/src/log.h
+++ b/src/log.h
@@ -43,3 +43,4 @@ extern int logLevel;
void initLog();
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/ls.c b/src/ls.c
index d461109d..556b68d7 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -219,3 +219,4 @@ int isMusic(char * utf8file, time_t * mtime) {
return 0;
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/ls.h b/src/ls.h
index b55bb2b1..03cbb8d1 100644
--- a/src/ls.h
+++ b/src/ls.h
@@ -49,3 +49,4 @@ int hasFlacSuffix(char * utf8file);
char * dupAndStripPlaylistSuffix(char * file);
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/main.c b/src/main.c
index 9133783e..b7820b2c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -485,3 +485,4 @@ int main(int argc, char * argv[]) {
return EXIT_SUCCESS;
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/mp3_decode.c b/src/mp3_decode.c
index f0b57f59..faa124ef 100644
--- a/src/mp3_decode.c
+++ b/src/mp3_decode.c
@@ -569,3 +569,4 @@ int mp3_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc) {
}
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/mp3_decode.h b/src/mp3_decode.h
index 82e8f103..e75db076 100644
--- a/src/mp3_decode.h
+++ b/src/mp3_decode.h
@@ -33,3 +33,4 @@ int mp3_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc);
#endif
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/mp4_decode.c b/src/mp4_decode.c
index 77e98b67..2e64b6a9 100644
--- a/src/mp4_decode.c
+++ b/src/mp4_decode.c
@@ -344,3 +344,4 @@ int mp4_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc) {
}
#endif /* HAVE_FAAD */
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/mp4_decode.h b/src/mp4_decode.h
index a981e1e0..4028db45 100644
--- a/src/mp4_decode.h
+++ b/src/mp4_decode.h
@@ -38,3 +38,4 @@ int mp4_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc);
#endif /* HAVE_FAAD */
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/mpd_types.h b/src/mpd_types.h
index 7a81fef6..939bb208 100644
--- a/src/mpd_types.h
+++ b/src/mpd_types.h
@@ -41,3 +41,4 @@ typedef signed long mpd_sint32;
#endif
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/myfprintf.c b/src/myfprintf.c
index 37ce1257..a975a3c9 100644
--- a/src/myfprintf.c
+++ b/src/myfprintf.c
@@ -85,3 +85,4 @@ void myfprintf(FILE * fp, char * format, ... ) {
va_end(arglist);
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/myfprintf.h b/src/myfprintf.h
index b169b895..5f21296b 100644
--- a/src/myfprintf.h
+++ b/src/myfprintf.h
@@ -28,3 +28,4 @@ void myfprintfStdLogMode(FILE * out, FILE * err);
void myfprintf(FILE * fp, char * format, ... );
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/ogg_decode.c b/src/ogg_decode.c
index ef74637d..6a12dbe0 100644
--- a/src/ogg_decode.c
+++ b/src/ogg_decode.c
@@ -148,3 +148,4 @@ int ogg_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc)
}
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/ogg_decode.h b/src/ogg_decode.h
index a2e3076a..036b6fc3 100644
--- a/src/ogg_decode.h
+++ b/src/ogg_decode.h
@@ -30,3 +30,4 @@ int ogg_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc);
int getOggTotalTime(char * file);
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/path.c b/src/path.c
index 71bacd7b..7226cbde 100644
--- a/src/path.c
+++ b/src/path.c
@@ -241,3 +241,4 @@ char * sanitizePathDup(char * path) {
return realloc(ret,len+1);
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/path.h b/src/path.h
index 59fab7c5..d6b8bdae 100644
--- a/src/path.h
+++ b/src/path.h
@@ -53,3 +53,4 @@ char * parentPath(char * path);
char * sanitizePathDup(char * path);
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/pcm_utils.c b/src/pcm_utils.c
index a51fb887..3d39b20e 100644
--- a/src/pcm_utils.c
+++ b/src/pcm_utils.c
@@ -136,3 +136,4 @@ void pcm_mix(char * buffer1, char * buffer2, size_t bufferSize1,
pcm_add(buffer1,buffer2,bufferSize1,bufferSize2,vol1,1000-vol1,format);
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/pcm_utils.h b/src/pcm_utils.h
index dcd5a31a..10998127 100644
--- a/src/pcm_utils.h
+++ b/src/pcm_utils.h
@@ -34,3 +34,4 @@ void pcm_mix(char * buffer1, char * buffer2, size_t bufferSize1,
size_t bufferSize2, AudioFormat * format, float portion1);
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/permission.c b/src/permission.c
index da319325..e9e74ad7 100644
--- a/src/permission.c
+++ b/src/permission.c
@@ -139,3 +139,4 @@ void finishPermissions() {
unsigned int getDefaultPermissions() {
return permission_default;
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/permission.h b/src/permission.h
index d45f735e..2bcfb1c0 100644
--- a/src/permission.h
+++ b/src/permission.h
@@ -35,3 +35,4 @@ void finishPermissions();
unsigned int getDefaultPermissions();
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/player.c b/src/player.c
index 3a18c7d1..a9ab8fe1 100644
--- a/src/player.c
+++ b/src/player.c
@@ -474,3 +474,4 @@ int getPlayerChannels() {
return pc->channels;
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/player.h b/src/player.h
index 8c02b8f3..e92e14a8 100644
--- a/src/player.h
+++ b/src/player.h
@@ -142,3 +142,4 @@ int getPlayerBits();
int getPlayerChannels();
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/playerData.c b/src/playerData.c
index 9fc8f830..21fc3020 100644
--- a/src/playerData.c
+++ b/src/playerData.c
@@ -130,3 +130,4 @@ PlayerData * getPlayerData() {
void freePlayerData() {
shmdt(playerData_pd);
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/playerData.h b/src/playerData.h
index 353c33c6..eb69ad0f 100644
--- a/src/playerData.h
+++ b/src/playerData.h
@@ -59,3 +59,4 @@ Buffer * getBuffer();
void freePlayerData();
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/playlist.c b/src/playlist.c
index 8bd5241b..1b01b4e4 100644
--- a/src/playlist.c
+++ b/src/playlist.c
@@ -1205,3 +1205,4 @@ int seekSongInPlaylist(FILE * fp, int song, float time) {
return playerSeek(fp,playlist.songs[playlist.order[i]]->utf8file,time);
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/playlist.h b/src/playlist.h
index d5042c9b..a9eee9a1 100644
--- a/src/playlist.h
+++ b/src/playlist.h
@@ -96,3 +96,4 @@ int seekSongInPlaylist(FILE * fp, int song, float time);
void incrPlaylistVersion();
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/sig_handlers.c b/src/sig_handlers.c
index eb39e971..f23d8606 100644
--- a/src/sig_handlers.c
+++ b/src/sig_handlers.c
@@ -120,3 +120,4 @@ void unblockSignals() {
sigaddset(&sset,SIGTERM);
while(sigprocmask(SIG_UNBLOCK,&sset,NULL)<0 && errno==EINTR);
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/sig_handlers.h b/src/sig_handlers.h
index 6c5af549..70f2fc4a 100644
--- a/src/sig_handlers.h
+++ b/src/sig_handlers.h
@@ -38,3 +38,4 @@ void blockTermSignal();
void unblockTermSignal();
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/signal_check.c b/src/signal_check.c
index 6f8b3735..fc9d486c 100644
--- a/src/signal_check.c
+++ b/src/signal_check.c
@@ -57,3 +57,4 @@ void signal_clear(int sig)
__caught_signals[sig] = 0;
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/signal_check.h b/src/signal_check.h
index ae669dc3..4c4e170f 100644
--- a/src/signal_check.h
+++ b/src/signal_check.h
@@ -29,3 +29,4 @@ void signal_clear(int sig);
#endif /* SIGNAL_CHECK_H */
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/song.c b/src/song.c
index d9b28284..4ce90e02 100644
--- a/src/song.c
+++ b/src/song.c
@@ -323,3 +323,4 @@ Song * songDup(Song * song) {
return ret;
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/song.h b/src/song.h
index 895e6cf4..eaa44bed 100644
--- a/src/song.h
+++ b/src/song.h
@@ -61,3 +61,4 @@ int updateSongInfo(Song * song);
Song * songDup(Song * song);
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/stats.c b/src/stats.c
index 63ca8750..bb88d405 100644
--- a/src/stats.c
+++ b/src/stats.c
@@ -46,3 +46,4 @@ int printStats(FILE * fp) {
myfprintf(fp,"db_update: %li\n",getDbModTime());
return 0;
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/stats.h b/src/stats.h
index dd009909..bef0e317 100644
--- a/src/stats.h
+++ b/src/stats.h
@@ -38,3 +38,4 @@ void initStats();
int printStats(FILE * fp);
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/tables.c b/src/tables.c
index 748cd53a..4129c1d2 100644
--- a/src/tables.c
+++ b/src/tables.c
@@ -197,3 +197,4 @@ int printAllKeysOfTable(FILE * fp, char * table, char * arg1) {
return -1;
}
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/tables.h b/src/tables.h
index e797f638..a535425e 100644
--- a/src/tables.h
+++ b/src/tables.h
@@ -41,3 +41,4 @@ unsigned long numberOfAlbums();
int printAllKeysOfTable(FILE * fp, char * table, char * arg1);
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/tag.c b/src/tag.c
index 23128ae1..42124adf 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -508,3 +508,4 @@ MpdTag * mpdTagDup(MpdTag * tag) {
return ret;
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/tag.h b/src/tag.h
index 180e81d3..a406a3ca 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -62,3 +62,4 @@ void printMpdTag(FILE * fp, MpdTag * tag);
MpdTag * mpdTagDup(MpdTag * tag);
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/utf8.c b/src/utf8.c
index 2c0c20a5..6ab9e599 100644
--- a/src/utf8.c
+++ b/src/utf8.c
@@ -128,3 +128,4 @@ unsigned char * utf8StrToLatin1Dup(unsigned char * utf8) {
return realloc(ret,len+1);
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/utf8.h b/src/utf8.h
index be281d80..fd5e8d49 100644
--- a/src/utf8.h
+++ b/src/utf8.h
@@ -32,3 +32,4 @@ int validateUtf8Char(unsigned char * utf8Char);
int validUtf8String(unsigned char * string);
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/utils.c b/src/utils.c
index 6cc5760d..7f8609b2 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -57,3 +57,4 @@ void my_usleep(long usec) {
select(0,NULL,NULL,NULL,&tv);
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/utils.h b/src/utils.h
index 932f075d..402867ac 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -32,3 +32,4 @@ void stripReturnChar(char * string);
void my_usleep(long usec);
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/volume.c b/src/volume.c
index 38b6603c..49d7483c 100644
--- a/src/volume.c
+++ b/src/volume.c
@@ -430,3 +430,4 @@ int changeVolumeLevel(FILE * fp, int change, int rel) {
return -1;
}
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */
diff --git a/src/volume.h b/src/volume.h
index efd4e158..f5f866e3 100644
--- a/src/volume.h
+++ b/src/volume.h
@@ -38,3 +38,4 @@ int getVolumeLevel();
int changeVolumeLevel(FILE * fp, int change, int rel);
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */