summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-06-02 21:05:43 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-06-02 21:05:43 -0700
commit9cf108dc6e06fbf22e4af312cb0164dc099038a3 (patch)
tree8c90cfc98cb024051aa266079c9d66165b58aa3d
parent8d52205b778c41e438192c5bc4187edd679fbdfd (diff)
downloadtxr-9cf108dc6e06fbf22e4af312cb0164dc099038a3.tar.gz
txr-9cf108dc6e06fbf22e4af312cb0164dc099038a3.tar.bz2
txr-9cf108dc6e06fbf22e4af312cb0164dc099038a3.zip
ffi: wrong indentation.
* ffi.c (ffi_type_compile): Fix bad indentation brought about by refactoring.
-rw-r--r--ffi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffi.c b/ffi.c
index 5297fc86..44ffc3bf 100644
--- a/ffi.c
+++ b/ffi.c
@@ -2228,8 +2228,8 @@ val ffi_type_compile(val syntax)
self, eltype_syntax, nao);
if (minusp(dim))
- uw_throwf(error_s, lit("~a: negative dimension in ~s"),
- self, syntax, nao);
+ uw_throwf(error_s, lit("~a: negative dimension in ~s"),
+ self, syntax, nao);
{
val type = make_ffi_type_array(syntax, vec_s, dim, eltype);