From 6f96484f83dff008ef8712c63202ee140000ff22 Mon Sep 17 00:00:00 2001
From: Ali Dorostkar <ashkan.dorostkar@gmail.com>
Date: Tue, 31 May 2016 09:58:29 +0200
Subject: [PATCH] Spacing correction

More spacing correction
---
 var/spack/repos/builtin/packages/dealii/package.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/var/spack/repos/builtin/packages/dealii/package.py b/var/spack/repos/builtin/packages/dealii/package.py
index 35658c75a0..54b6426d36 100644
--- a/var/spack/repos/builtin/packages/dealii/package.py
+++ b/var/spack/repos/builtin/packages/dealii/package.py
@@ -244,8 +244,8 @@ def install(self, spec, prefix):
             print('========= Step-40 Trilinos ==========')
             print('=====================================')
             # change Linear Algebra to Trilinos
-        # The below filter_file should be different for versions
-        # before and after 8.4.0
+            # The below filter_file should be different for versions
+            # before and after 8.4.0
             if spec.satisfies('@8.4.0:'):
                 filter_file(r'(\/\/ #define FORCE_USE_OF_TRILINOS.*)',
                             ('#define FORCE_USE_OF_TRILINOS'), 'step-40.cc')
@@ -256,8 +256,8 @@ def install(self, spec, prefix):
                 make('release')
                 make('run', parallel=False)
 
-        # the rest of the tests on step 40 only works for
-        # dealii version 8.4.0 and after
+            # the rest of the tests on step 40 only works for
+            # dealii version 8.4.0 and after
             if spec.satisfies('@8.4.0:'):
                 print('=====================================')
                 print('=== Step-40 Trilinos SuperluDist ====')
-- 
GitLab