Skip to content

Commit b56a17d

Browse files
committed
make - minor, tabs vs spaces
1 parent 7fcc52f commit b56a17d

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
@@ -860,16 +860,16 @@ GIT_DESCRIBE = $(shell git describe --always --dirty || printf "unknown\n")
860860
$(OBJDIR)/interface/ceed-config.c: Makefile
861861
@$(file >$@,#include <ceed-impl.h>) \
862862
$(file >>$@,int CeedGetGitVersion(const char **git_version) {) \
863-
$(file >>$@, *git_version = "$(GIT_DESCRIBE)";) \
863+
$(file >>$@, *git_version = "$(GIT_DESCRIBE)";) \
864864
$(file >>$@, return 0;) \
865-
$(file >>$@,}) \
866-
$(file >>$@,) \
867-
$(file >>$@,int CeedGetBuildConfiguration(const char **build_config) {) \
868-
$(file >>$@, *build_config =) \
869-
$(foreach v,$(CONFIG_VARS),$(file >>$@,"$(v) = $($(v))\n")) \
865+
$(file >>$@,}) \
866+
$(file >>$@,) \
867+
$(file >>$@,int CeedGetBuildConfiguration(const char **build_config) {) \
868+
$(file >>$@, *build_config =) \
869+
$(foreach v,$(CONFIG_VARS),$(file >>$@,"$(v) = $($(v))\n")) \
870870
$(file >>$@, ;) \
871871
$(file >>$@, return 0;) \
872-
$(file >>$@,})
872+
$(file >>$@,})
873873

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

0 commit comments

Comments
 (0)