From 420449e876ba8cfdb00ae98432a92fe18a5c26f4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 22 Mar 2000 11:56:02 +0000 Subject: [PATCH] Fix Guido's bugus indentation. git-svn-id: https://svn.dealii.org/trunk@2609 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/tensor_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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#. */ -- 2.39.5