summaryrefslogtreecommitdiffstats
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hash.c b/hash.c
index a786a9c6..44848830 100644
--- a/hash.c
+++ b/hash.c
@@ -388,6 +388,7 @@ static void hash_print_op(val hash, val out, val pretty, struct strm_ctx *ctx)
switch (h->flags) {
case hash_weak_both:
obj_print_impl(weak_keys_k, out, pretty, ctx);
+ put_char(chr(' '), out);
/* fallthrough */
case hash_weak_vals:
obj_print_impl(weak_vals_k, out, pretty, ctx);