mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-06-01 09:32:30 +00:00
enforce coding style guide
using astyle
This commit is contained in:
parent
90c2d76709
commit
9382edabd5
129 changed files with 33394 additions and 27137 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
int main(void)
|
||||
{
|
||||
char buf[2+1];
|
||||
char buf[2 + 1];
|
||||
|
||||
int ret = FLUID_SNPRINTF(buf, sizeof(buf), "99");
|
||||
TEST_ASSERT(ret == 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue