whitespace

This commit is contained in:
dzaima 2023-03-23 18:35:55 +02:00
parent c1c50a97b0
commit 98f4df88d0
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ endif
@echo " cc invocation: $(CC_INC) \$$@.d -o \$$@ -c \$$<" @echo " cc invocation: $(CC_INC) \$$@.d -o \$$@ -c \$$<"
@echo " ld invocation: $(i_LD) ${CCFLAGS} -o [build_dir]/BQN [build_dir]/*.o $(ALL_LD_FLAGS)" @echo " ld invocation: $(i_LD) ${CCFLAGS} -o [build_dir]/BQN [build_dir]/*.o $(ALL_LD_FLAGS)"
endif endif
ifeq ($(origin clean),command line) ifeq ($(origin clean),command line)
@"${MAKE}" clean-specific bd="$$("${MAKE}" builddir)" @"${MAKE}" clean-specific bd="$$("${MAKE}" builddir)"
else ifeq ($(origin builddir),command line) else ifeq ($(origin builddir),command line)

View File

@ -124,7 +124,7 @@ static NOINLINE i64 readInt(char** p) {
")erase ", ")erase ",
")clearImportCache", ")clearImportCache",
")kb", ")kb",
")theme dark", ")theme light", ")theme none", ")theme dark", ")theme light", ")theme none",
")exit", ")off", ")exit", ")off",
")vars", ")vars",
")gc", ")gc off", ")gc on", ")gc", ")gc off", ")gc on",