Skip to content

Commit 15be0bd

Browse files
committed
fix erroneous indentation in Makefile.am
1 parent eaaed82 commit 15be0bd

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

Grid/Makefile.am

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,22 @@ include Eigen.inc
5757
if BUILD_FERMION_INSTANTIATIONS
5858
extra_sources+=$(WILS_FERMION_FILES)
5959
extra_sources+=$(STAG_FERMION_FILES)
60-
if BUILD_ZMOBIUS
60+
if BUILD_ZMOBIUS
6161
extra_sources+=$(ZWILS_FERMION_FILES)
62-
endif
63-
if BUILD_GPARITY
62+
endif
63+
if BUILD_GPARITY
6464
extra_sources+=$(GP_FERMION_FILES)
65-
endif
66-
if BUILD_FERMION_REPS
65+
endif
66+
if BUILD_FERMION_REPS
6767
extra_sources+=$(ADJ_FERMION_FILES)
6868
extra_sources+=$(TWOIND_FERMION_FILES)
69-
endif
70-
if BUILD_SP
69+
endif
70+
if BUILD_SP
7171
extra_sources+=$(SP_FERMION_FILES)
72-
if BUILD_FERMION_REPS
72+
if BUILD_FERMION_REPS
7373
extra_sources+=$(SP_TWOIND_FERMION_FILES)
74-
endif
75-
endif
74+
endif
75+
endif
7676
endif
7777

7878
lib_LIBRARIES = libGrid.a

0 commit comments

Comments
 (0)