From: Matthias Maier Date: Wed, 9 Sep 2015 18:19:21 +0000 (-0500) Subject: astyle X-Git-Tag: v8.4.0-rc2~451^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a87bbd96a501d3e93e3aa35ef433761d45dcb14;p=dealii.git astyle --- diff --git a/include/deal.II/base/table_indices.h b/include/deal.II/base/table_indices.h index 3be3b508a4..62dabf1de9 100644 --- a/include/deal.II/base/table_indices.h +++ b/include/deal.II/base/table_indices.h @@ -154,7 +154,8 @@ TableIndices::TableIndices(const unsigned int index0, Assert (index7 == numbers::invalid_unsigned_int, ExcMessage("more than N index values provided")); case 8: // fallthrough Assert (index8 == numbers::invalid_unsigned_int, ExcMessage("more than N index values provided")); - default: ; + default: + ; } // Always access "indices" with indices modulo N to avoid bogus compiler