From: Martin Kronbichler Date: Tue, 20 Nov 2012 16:37:36 +0000 (+0000) Subject: Prettify indentation. X-Git-Tag: v8.0.0~1801 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a751f464b3ae8a10b7388844866a7c5d17b074c9;p=dealii.git Prettify indentation. git-svn-id: https://svn.dealii.org/trunk@27597 0785d39b-7218-0410-832d-ea1e28bc413d --- 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