From: Timo Heister Date: Sun, 1 May 2016 10:23:43 +0000 (+0100) Subject: indent X-Git-Tag: v8.5.0-rc1~1060^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a306929fc1b3120b574d5722482cee55727e150f;p=dealii.git indent --- 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 () /**