From 2fb589dc0bc66b0efa10e152153a3b9e6571bfd7 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 24 Nov 2009 17:31:21 -0800 Subject: Whitespace. --- lib.h | 4 ++-- stream.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib.h b/lib.h index 3aa31d67..5f2dddfa 100644 --- a/lib.h +++ b/lib.h @@ -170,8 +170,8 @@ INLINE int is_chr(val obj) { return tag(obj) == TAG_CHR; } INLINE int is_lit(val obj) { return tag(obj) == TAG_LIT; } INLINE type_t type(val obj) -{ - return tag(obj) ? (type_t) tag(obj) : obj->t.type; +{ + return tag(obj) ? (type_t) tag(obj) : obj->t.type; } INLINE val auto_str(const wchar_t *str) diff --git a/stream.c b/stream.c index 871c25b7..0ffe7d83 100644 --- a/stream.c +++ b/stream.c @@ -628,7 +628,7 @@ static struct fmt fmt_tab[] = { { sizeof(cnum), "%lld", "%llo", "%llx", "%llX" }, { sizeof(cnum), "%Ld", "%Lo", "%Lx", "%llX" }, { sizeof(cnum), "%qd", "%qo", "%qx", "%qX", }, - { sizeof(cnum), "%I64d", "%I64o", "%I64x", "%I64X" }, + { sizeof(cnum), "%I64d", "%I64o", "%I64x", "%I64X" }, { 0, 0, 0, 0, 0 } }; -- cgit v1.2.3