Mercurial > hg > octave-nkf
diff src/toplev.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 | fd0a3ac60b0e |
children | 7dd7cccf0757 |
line wrap: on
line diff
--- a/src/toplev.h +++ b/src/toplev.h @@ -207,7 +207,7 @@ { return instance_ok () ? instance->do_element (n) : 0; } - + // First user-defined function on the stack. static octave_user_code *caller_user_code (size_t nskip = 0) { @@ -278,7 +278,7 @@ if (instance_ok ()) instance->do_pop (); } - + static void clear (void) { if (instance_ok ()) @@ -344,7 +344,7 @@ return retval; } - octave_user_code *do_caller_user_code (size_t nskip) const; + octave_user_code *do_caller_user_code (size_t nskip) const; void do_push (octave_function *f, symbol_table::scope_id scope, symbol_table::context_id context)