From: kanschat Date: Mon, 15 Apr 2013 14:19:29 +0000 (+0000) Subject: fixing indentation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc805b66aa87fcfd523dec9864e5d7728f41496b;p=dealii-svn.git fixing indentation git-svn-id: https://svn.dealii.org/trunk@29281 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/grid/grid_generator.cc b/deal.II/source/grid/grid_generator.cc index 18cfc7ecf0..f09d170ccc 100644 --- a/deal.II/source/grid/grid_generator.cc +++ b/deal.II/source/grid/grid_generator.cc @@ -47,7 +47,7 @@ DEAL_II_NAMESPACE_OPEN namespace { // Corner points of the cube [-1,1]^3 - const Point<3> hexahedron[8] = + const Point<3> hexahedron[8] = { Point<3>(-1,-1,-1), Point<3>(+1,-1,-1),