aboutsummaryrefslogtreecommitdiffstats
path: root/src/interface.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-04-14 14:53:41 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-04-14 14:53:41 +0000
commit549344d38ab6df1fec7f0d2a6c12a7b8c50547db (patch)
tree5ee3bc85b04e9e98c95a8f8113df1716122d7bf6 /src/interface.c
parent87e87e12d357a603ea6f15f4f44d3ca0ed4dd442 (diff)
downloadmpd-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 '')
-rw-r--r--src/interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface.c b/src/interface.c
index 83699e2f0..4dda82745 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -649,3 +649,4 @@ void printInterfaceOutBuffer(Interface * interface) {
interface->outBuflen = 0;
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */