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

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