Standardised format (with make format)
This commit is contained in:
parent
2b8f31d2ce
commit
40e3502247
8 changed files with 97 additions and 87 deletions
|
|
@ -180,8 +180,8 @@ struct cons_pointer lisp_make_hashmap( struct stack_frame *frame,
|
|||
|
||||
map->payload.hashmap.buckets[bucket_no] =
|
||||
inc_ref( make_cons( make_cons( key, val ),
|
||||
map->payload.
|
||||
hashmap.buckets[bucket_no] ) );
|
||||
map->payload.hashmap.
|
||||
buckets[bucket_no] ) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue