Mercurial > hg > octave-lyh
diff src/ov-dld-fcn.h @ 11586:12df7854fa7c
strip trailing whitespace from source files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:24:59 -0500 |
parents | cda4aa780d58 |
children | 72c96de7a403 |
line wrap: on
line diff
--- a/src/ov-dld-fcn.h +++ b/src/ov-dld-fcn.h @@ -44,8 +44,8 @@ { public: - octave_dld_function (void) - : sh_lib (), t_checked (), system_fcn_file () + octave_dld_function (void) + : sh_lib (), t_checked (), system_fcn_file () { } octave_dld_function (octave_builtin::fcn ff, const octave_shlib& shl, @@ -67,7 +67,7 @@ bool is_builtin_function (void) const { return false; } bool is_dld_function (void) const { return true; } - + static octave_dld_function* create (octave_builtin::fcn ff, const octave_shlib& shl, const std::string& nm = std::string (),