From: Wolfgang Bangerth Date: Wed, 22 Mar 2000 11:56:02 +0000 (+0000) Subject: Fix Guido's bugus indentation. X-Git-Tag: v8.0.0~20766 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=420449e876ba8cfdb00ae98432a92fe18a5c26f4;p=dealii.git Fix Guido's bugus indentation. git-svn-id: https://svn.dealii.org/trunk@2609 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/tensor_base.h b/deal.II/base/include/base/tensor_base.h index 9539b4d986..4b8c450009 100644 --- a/deal.II/base/include/base/tensor_base.h +++ b/deal.II/base/include/base/tensor_base.h @@ -247,7 +247,7 @@ DeclException1 (ExcDimTooSmall, << "Given dimensions must be >= 1, but was " << arg1); -/** + /** * Prints the values of this point in the * form #x1 x2 x3 etc#. */