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:
parent
4e5a132f4f
commit
c1150bec2c
1 changed files with 1 additions and 1 deletions
|
@ -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++)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue