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

@@ -46,3 +46,4 @@ int printStats(FILE * fp) {
myfprintf(fp,"db_update: %li\n",getDbModTime());
return 0;
}
/* vim:set shiftwidth=4 tabstop=8 expandtab: */