diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-06-02 21:05:43 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-06-02 21:05:43 -0700 |
commit | 9cf108dc6e06fbf22e4af312cb0164dc099038a3 (patch) | |
tree | 8c90cfc98cb024051aa266079c9d66165b58aa3d /ffi.c | |
parent | 8d52205b778c41e438192c5bc4187edd679fbdfd (diff) | |
download | txr-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.
Diffstat (limited to 'ffi.c')
-rw-r--r-- | ffi.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |