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
commit095c99b44ceb58442a51fccf6bce33a881f96eff (patch)
tree8c90cfc98cb024051aa266079c9d66165b58aa3d
parent9c3ca9cdb728b5cfee38f3661a701b3322915755 (diff)
downloadtxr-095c99b44ceb58442a51fccf6bce33a881f96eff.tar.gz
txr-095c99b44ceb58442a51fccf6bce33a881f96eff.tar.bz2
txr-095c99b44ceb58442a51fccf6bce33a881f96eff.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);