Skip to content
Snippets Groups Projects
Commit d9c68280 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

apply clang-format

parent e3ee0855
No related branches found
No related tags found
No related merge requests found
...@@ -11,21 +11,21 @@ ...@@ -11,21 +11,21 @@
#define DUNE_XT_GRID_GRIDS_HH #define DUNE_XT_GRID_GRIDS_HH
#if HAVE_ALBERTA #if HAVE_ALBERTA
# include <dune/xt/common/disable_warnings.hh> #include <dune/xt/common/disable_warnings.hh>
# include <dune/grid/albertagrid.hh> #include <dune/grid/albertagrid.hh>
# include <dune/xt/common/reenable_warnings.hh> #include <dune/xt/common/reenable_warnings.hh>
#endif #endif
#if HAVE_DUNE_ALUGRID #if HAVE_DUNE_ALUGRID
# include <dune/alugrid/grid.hh> #include <dune/alugrid/grid.hh>
#endif #endif
#if HAVE_DUNE_SPGRID #if HAVE_DUNE_SPGRID
# include <dune/grid/spgrid.hh> #include <dune/grid/spgrid.hh>
#endif #endif
#if HAVE_DUNE_UGGRID || HAVE_UG #if HAVE_DUNE_UGGRID || HAVE_UG
# include <dune/grid/uggrid.hh> #include <dune/grid/uggrid.hh>
#endif #endif
#include <dune/grid/yaspgrid.hh> #include <dune/grid/yaspgrid.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment