From 1965b4209abea26f263c75ac282b44b63cd7162e Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Thu, 3 Nov 2011 18:26:48 +0100
Subject: [PATCH] Document fix whitespace

---
 dune/vtkgridfunction.hh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dune/vtkgridfunction.hh b/dune/vtkgridfunction.hh
index 85b9106c..58b1feb8 100644
--- a/dune/vtkgridfunction.hh
+++ b/dune/vtkgridfunction.hh
@@ -1,3 +1,5 @@
+// -*- c-basic-offset:4 tab-width:4 -*-
+
 #ifndef VTK_BASIS_GRID_FUNCTION_HH
 #define VTK_BASIS_GRID_FUNCTION_HH
 
@@ -14,7 +16,6 @@ namespace Dune {
 template <class Basis, class CoefficientType>
 class VTKBasisGridFunction
     : public VTKFunction<typename Basis::GridView::Grid> {
-
   typedef VTKFunction<typename Basis::GridView::Grid> Base;
   typedef typename Basis::LocalFiniteElement::Traits::LocalBasisType::Traits::
       RangeType RangeType;
-- 
GitLab