diff libinterp/parse-tree/jit-typeinfo.cc @ 24446:4ca5c9f899d3

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Thu, 21 Dec 2017 12:47:20 -0500
parents 790b4389cfb4
children 194eb4bd202b
line wrap: on
line diff
--- a/libinterp/parse-tree/jit-typeinfo.cc	Thu Dec 21 12:35:38 2017 -0500
+++ b/libinterp/parse-tree/jit-typeinfo.cc	Thu Dec 21 12:47:20 2017 -0500
@@ -1200,7 +1200,7 @@
     // jit_type: "matrix" < "any"
     matrix_t = llvm::StructType::create (context, "matrix");
     {
-      llvm::Type *refcount_t = llvm::Type::getIntNTy (context, sizeof(int) * 8);    
+      llvm::Type *refcount_t = llvm::Type::getIntNTy (context, sizeof(int) * 8);
       llvm::Type *matrix_contents[5];
       matrix_contents[0] = refcount_t->getPointerTo ();
       matrix_contents[1] = scalar_t->getPointerTo ();