build: Run indent for M2.

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

View File

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