Mercurial > hg > octave-jordi
diff src/dynamic-ld.h @ 10313:f3b65e1ae355
untabify src header files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 11 Feb 2010 12:16:43 -0500 (2010-02-11) |
parents | cd96d29c5efa |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/src/dynamic-ld.h +++ b/src/dynamic-ld.h @@ -43,13 +43,13 @@ static octave_function * load_oct (const std::string& fcn_name, - const std::string& file_name = std::string (), - bool relative = false); + const std::string& file_name = std::string (), + bool relative = false); static octave_function * load_mex (const std::string& fcn_name, - const std::string& file_name = std::string (), - bool relative = false); + const std::string& file_name = std::string (), + bool relative = false); static bool remove_oct (const std::string& fcn_name, octave_shlib& shl); @@ -69,13 +69,13 @@ octave_function * do_load_oct (const std::string& fcn_name, - const std::string& file_name = std::string (), - bool relative = false); + const std::string& file_name = std::string (), + bool relative = false); octave_function * do_load_mex (const std::string& fcn_name, - const std::string& file_name = std::string (), - bool relative = false); + const std::string& file_name = std::string (), + bool relative = false); bool do_remove_oct (const std::string& fcn_name, octave_shlib& shl);