diff libinterp/corefcn/input.cc @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents 03067dab10ca be7ac98fab43
children 4197fc428c7d
line wrap: on
line diff
--- a/libinterp/corefcn/input.cc	Tue Jan 20 09:55:41 2015 -0500
+++ b/libinterp/corefcn/input.cc	Tue Jan 20 10:24:46 2015 -0500
@@ -184,7 +184,7 @@
   eof = false;
 
   std::string retval = command_editor::readline (s, eof);
-  
+
   if (! eof && retval.empty ())
     retval = "\n";
 
@@ -513,7 +513,7 @@
 
   bool silent = tree_evaluator::quiet_breakpoint_flag;
   tree_evaluator::quiet_breakpoint_flag = false;
-          
+
   octave_user_code *caller = octave_call_stack::caller_user_code ();
   std::string nm;
   int curr_debug_line;
@@ -581,7 +581,7 @@
 
   if (silent)
     command_editor::erase_empty_line (true);
-  
+
   std::string msg = buf.str ();
 
   if (! msg.empty ())