mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
expand tabs in reaonablesynth code
This commit is contained in:
parent
caa7c3b579
commit
be6d6231fb
2 changed files with 22 additions and 22 deletions
|
|
@ -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: */
|
||||||
|
|
|
||||||
|
|
@ -493,4 +493,4 @@ static void * synth_alloc(void) {
|
||||||
static void synth_free(void *synth) {
|
static void synth_free(void *synth) {
|
||||||
free(synth);
|
free(synth);
|
||||||
}
|
}
|
||||||
/* vi:set ts=8 sts=2 sw=2: */
|
/* vi:set ts=8 sts=2 sw=2 et: */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue