add vim shiznit to end of all source files

git-svn-id: https://svn.musicpd.org/mpd/trunk@750 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-04-14 14:53:41 +00:00
parent 87e87e12d3
commit 549344d38a
70 changed files with 70 additions and 0 deletions

View File

@@ -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: */