From a306929fc1b3120b574d5722482cee55727e150f Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 1 May 2016 11:23:43 +0100 Subject: [PATCH] indent --- include/deal.II/base/exceptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/exceptions.h b/include/deal.II/base/exceptions.h index 9f766702c2..40288f8267 100644 --- a/include/deal.II/base/exceptions.h +++ b/include/deal.II/base/exceptions.h @@ -533,7 +533,7 @@ namespace deal_II_exceptions */ #define DeclExceptionMsg(Exception, defaulttext) \ /** @ingroup Exceptions */ \ - /** @note The error text is: @code defaulttext @endcode */ \ + /** @note The error text is: @code defaulttext @endcode */ \ static dealii::ExceptionBase& Exception () /** -- 2.39.5