From 5b9f152abf464edc44569ba76862f4acf4a65dd3 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Tue, 20 Nov 2012 16:37:36 +0000 Subject: [PATCH] Prettify indentation. git-svn-id: https://svn.dealii.org/trunk@27597 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/vector.templates.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/include/deal.II/lac/vector.templates.h b/deal.II/include/deal.II/lac/vector.templates.h index 81ab9aa302..a40967a664 100644 --- a/deal.II/include/deal.II/lac/vector.templates.h +++ b/deal.II/include/deal.II/lac/vector.templates.h @@ -607,7 +607,7 @@ namespace internal } // now work on the remainder, i.e., the last - // 32 values. Use switch statement with + // up to 32 values. Use switch statement with // fall-through to work on these values. if (remainder > 0) { @@ -622,7 +622,7 @@ namespace internal r2 = op(X, Y, power); for (unsigned int j=1; j<8; ++j) r2 += op(X, Y, power); - // no break + // no break case 2: r1 = op(X, Y, power); for (unsigned int j=1; j<8; ++j) @@ -633,15 +633,15 @@ namespace internal r2 = op(X, Y, power); for (unsigned int j=1; j<8; ++j) r2 += op(X, Y, power); - // no break + // no break default: for (unsigned int j=0; j