Indent file lists using <tab> rather than <space>

This is the common convention throughout all OPM modules' CMake-based
build systems.
This commit is contained in:
Bård Skaflestad
2013-06-09 20:40:57 +02:00
parent 77188fab95
commit 3e2965a301

View File

@@ -34,7 +34,7 @@ list (APPEND MAIN_SOURCE_FILES
opm/autodiff/SimulatorFullyImplicitBlackoil.cpp
opm/autodiff/SimulatorIncompTwophaseAdfi.cpp
opm/autodiff/TransportSolverTwophaseAd.cpp
opm/autodiff/BlackoilPropsAdFromDeck.cpp
opm/autodiff/BlackoilPropsAdFromDeck.cpp
)
# originally generated with the command:
@@ -76,7 +76,7 @@ list (APPEND PUBLIC_HEADER_FILES
opm/autodiff/AutoDiffHelpers.hpp
opm/autodiff/AutoDiff.hpp
opm/autodiff/BlackoilPropsAd.hpp
opm/autodiff/BlackoilPropsAdFromDeck.hpp
opm/autodiff/BlackoilPropsAdFromDeck.hpp
opm/autodiff/BlackoilPropsAdInterface.hpp
opm/autodiff/GeoProps.hpp
opm/autodiff/ImpesTPFAAD.hpp