1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-03 08:10:31 +02:00

Remove trailing whitespace

* libguile/continuations.c (pin_conservative_roots):
This commit is contained in:
Andy Wingo 2025-06-13 13:31:37 +02:00
parent 4e5a132f4f
commit c1150bec2c

View file

@ -124,7 +124,7 @@ pin_conservative_roots (scm_thread *thread, void *base, size_t size)
{ {
struct gc_mutator *mut = thread->mutator; struct gc_mutator *mut = thread->mutator;
struct gc_heap *heap = gc_mutator_heap (mut); struct gc_heap *heap = gc_mutator_heap (mut);
size_t nwords = size / sizeof (scm_t_bits); size_t nwords = size / sizeof (scm_t_bits);
scm_t_bits *words = base; scm_t_bits *words = base;
for (size_t i = 0; i < nwords; i++) for (size_t i = 0; i < nwords; i++)