# HG changeset patch # User John W. Eaton # Date 1264039109 18000 # Node ID 085d4e0251554cd9522705c406bf65317aa8cdad # Parent a822560a3ce347f6ef9dc1abb5aeeb2ef5f26535 libcruft/misc/quit.cc: untabify diff -r a822560a3ce3 -r 085d4e025155 libcruft/ChangeLog --- 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 + + * misc/quit.cc: Untabify. + 2010-01-20 John W. Eaton * Makefile.am (EXTRA_DIST): Remove STOP.patch from the list. diff -r a822560a3ce3 -r 085d4e025155 libcruft/misc/quit.cc --- 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; + } } }