Skip to content

Commit 71edbd7

Browse files
committed
make - minor, tabs vs spaces
1 parent 2f087c2 commit 71edbd7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -861,16 +861,16 @@ $(OBJDIR)/interface/ceed-config.c: Makefile
861861
@$(file >$@,#include <ceed-impl.h>) \
862862
$(file >>$@,) \
863863
$(file >>$@,int CeedGetGitVersion(const char **git_version) {) \
864-
$(file >>$@, *git_version = "$(GIT_DESCRIBE)";) \
864+
$(file >>$@, *git_version = "$(GIT_DESCRIBE)";) \
865865
$(file >>$@, return 0;) \
866-
$(file >>$@,}) \
867-
$(file >>$@,) \
868-
$(file >>$@,int CeedGetBuildConfiguration(const char **build_config) {) \
869-
$(file >>$@, *build_config =) \
870-
$(foreach v,$(CONFIG_VARS),$(file >>$@,"$(v) = $($(v))\n")) \
866+
$(file >>$@,}) \
867+
$(file >>$@,) \
868+
$(file >>$@,int CeedGetBuildConfiguration(const char **build_config) {) \
869+
$(file >>$@, *build_config =) \
870+
$(foreach v,$(CONFIG_VARS),$(file >>$@,"$(v) = $($(v))\n")) \
871871
$(file >>$@, ;) \
872872
$(file >>$@, return 0;) \
873-
$(file >>$@,})
873+
$(file >>$@,})
874874

875875
$(OBJDIR)/interface/ceed-jit-source-root-default.o : CPPFLAGS += -DCEED_JIT_SOURCE_ROOT_DEFAULT="\"$(abspath ./include)/\""
876876
$(OBJDIR)/interface/ceed-jit-source-root-install.o : CPPFLAGS += -DCEED_JIT_SOURCE_ROOT_DEFAULT="\"$(abspath $(includedir))/\""

0 commit comments

Comments
 (0)