Fixed some indentation errors

This commit is contained in:
Mario Melara 2016-03-02 10:27:12 -08:00
parent 4d74784209
commit f27f2f8e49

View file

@ -281,13 +281,13 @@ def concretize_architecture(self, spec):
"""
platform = spack.architecture.sys_type()
if spec.architecture is None:
# Create an empty tuple
Arch = spack.architecture.Arch
# Set the architecture to all defaults
spec.architecture = Arch(platform=platform,
None,
None)
spec.architecture = Arch(platform=platform, platform_os=None,
target=None)
return True
#If there is a target and it is a tuple and has both filled return
#False