aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm_utils.h')
-rw-r--r--src/pcm_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcm_utils.h b/src/pcm_utils.h
index dcd5a31a9..109981274 100644
--- a/src/pcm_utils.h
+++ b/src/pcm_utils.h
@@ -34,3 +34,4 @@ void pcm_mix(char * buffer1, char * buffer2, size_t bufferSize1,
size_t bufferSize2, AudioFormat * format, float portion1);
#endif
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */