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/song.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/song.c')
-rw-r--r-- | src/song.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/song.c b/src/song.c index d9b28284c..4ce90e023 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: */ |