diff libinterp/corefcn/ls-mat4.h @ 21602:47c76e56a1de

maint: Remove extra space between end of statement and semicolon. * bsxfun.cc, data.cc, gl-render.cc, graphics.cc, ls-mat4.h, amd.cc, audioread.cc, ccolamd.cc, colamd.cc, eigs-base.cc, sparse-chol.cc, sparse-dmsolve.cc, Sparse-op-defs.h, bicubic.m, sprandsym.m: maint: Remove extra space between end of statement and semicolon.
author Rik <rik@octave.org>
date Sun, 10 Apr 2016 20:45:01 -0700
parents 1473547f50f5
children c4ab2e54f100
line wrap: on
line diff
--- a/libinterp/corefcn/ls-mat4.h	Sun Apr 10 20:18:22 2016 -0700
+++ b/libinterp/corefcn/ls-mat4.h	Sun Apr 10 20:45:01 2016 -0700
@@ -42,6 +42,6 @@
 
 extern bool
 save_mat_binary_data (std::ostream& os, const octave_value& tc,
-                      const std::string& name) ;
+                      const std::string& name);
 
 #endif