From 9cf108dc6e06fbf22e4af312cb0164dc099038a3 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 2 Jun 2017 21:05:43 -0700 Subject: ffi: wrong indentation. * ffi.c (ffi_type_compile): Fix bad indentation brought about by refactoring. --- ffi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ffi.c') 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); -- cgit v1.2.3