- Pretty-indenting code

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@674 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-06-29 08:44:30 +00:00
parent 7aecc910ba
commit 6b27a8461b
94 changed files with 3073 additions and 3066 deletions

View file

@ -19,14 +19,14 @@
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
// Warning! This exception will be thrown across different libraries.
// It could be necessary to do dynamic type-checking when
// It could be necessary to do dynamic type-checking when
// catching it (with typeinfo).
#include "user_interrupt_exception.hh"
using namespace sgpem;
UserInterruptException::UserInterruptException(const char* msg)
: std::runtime_error(msg)
UserInterruptException::UserInterruptException(const char* msg)
: std::runtime_error(msg)
{}
UserInterruptException::~UserInterruptException() throw() {}
UserInterruptException::~UserInterruptException() throw() {}