expand tabs in reaonablesynth code

This commit is contained in:
Robin Gareus 2013-10-27 09:52:46 +01:00
parent caa7c3b579
commit be6d6231fb
2 changed files with 22 additions and 22 deletions

View file

@ -191,4 +191,4 @@ lv2_descriptor(uint32_t index)
}
}
/* vi:set ts=8 sts=2 sw=2: */
/* vi:set ts=8 sts=2 sw=2 et: */

View file

@ -493,4 +493,4 @@ static void * synth_alloc(void) {
static void synth_free(void *synth) {
free(synth);
}
/* vi:set ts=8 sts=2 sw=2: */
/* vi:set ts=8 sts=2 sw=2 et: */