changeset 10164:085d4e025155

libcruft/misc/quit.cc: untabify
author John W. Eaton <jwe@octave.org>
date Wed, 20 Jan 2010 20:58:29 -0500
parents a822560a3ce3
children bc59bc6282a0
files libcruft/ChangeLog libcruft/misc/quit.cc
diffstat 2 files changed, 14 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/libcruft/ChangeLog	Wed Jan 20 20:57:20 2010 -0500
+++ b/libcruft/ChangeLog	Wed Jan 20 20:58:29 2010 -0500
@@ -1,3 +1,7 @@
+2010-01-20  John W. Eaton  <jwe@octave.org>
+
+	* misc/quit.cc: Untabify.
+
 2010-01-20  John W. Eaton  <jwe@octave.org>
 
 	* Makefile.am (EXTRA_DIST): Remove STOP.patch from the list.
--- a/libcruft/misc/quit.cc	Wed Jan 20 20:57:20 2010 -0500
+++ b/libcruft/misc/quit.cc	Wed Jan 20 20:58:29 2010 -0500
@@ -89,17 +89,17 @@
   else
     {
       switch (octave_exception_state)
-	{
-	case octave_exec_exception:
-	  octave_throw_execution_exception ();
-	  break;
+        {
+        case octave_exec_exception:
+          octave_throw_execution_exception ();
+          break;
 
-	case octave_alloc_exception:
-	  octave_throw_bad_alloc ();
-	  break;
+        case octave_alloc_exception:
+          octave_throw_bad_alloc ();
+          break;
 
-	default:
-	  break;
-	}
+        default:
+          break;
+        }
     }
 }