summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-24 17:31:21 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-24 17:31:21 -0800
commit2fb589dc0bc66b0efa10e152153a3b9e6571bfd7 (patch)
treed5ce967b1d44c4d873976b2ea42fb6996f80de16 /lib.h
parent48bf7d07c10056a678ba9e0bc04f3612b98f5145 (diff)
downloadtxr-2fb589dc0bc66b0efa10e152153a3b9e6571bfd7.tar.gz
txr-2fb589dc0bc66b0efa10e152153a3b9e6571bfd7.tar.bz2
txr-2fb589dc0bc66b0efa10e152153a3b9e6571bfd7.zip
Whitespace.
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h4
1 files changed, 2 insertions, 2 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)