build: Run indent for M2.

* src/gc.c: Indented.
* src/string.c: Likewise.
This commit is contained in:
Jan Nieuwenhuizen 2019-10-20 11:36:18 +02:00
parent f87370a7da
commit b6ea857e22
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
2 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ assert_max_string (size_t i, char const *msg, char *string)
}
char const *
list_to_cstring (SCM list, size_t * size)
list_to_cstring (SCM list, size_t *size)
{
size_t i = 0;
char *p = g_buf;