diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-04-14 14:53:41 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-04-14 14:53:41 +0000 |
commit | 549344d38ab6df1fec7f0d2a6c12a7b8c50547db (patch) | |
tree | 5ee3bc85b04e9e98c95a8f8113df1716122d7bf6 /src/main.c | |
parent | 87e87e12d357a603ea6f15f4f44d3ca0ed4dd442 (diff) | |
download | mpd-549344d38ab6df1fec7f0d2a6c12a7b8c50547db.tar.gz mpd-549344d38ab6df1fec7f0d2a6c12a7b8c50547db.tar.xz mpd-549344d38ab6df1fec7f0d2a6c12a7b8c50547db.zip |
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/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index 9133783e8..b7820b2cc 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: */ |