From 98f4df88d0014f532ecf2f6cdae7c438c501ed91 Mon Sep 17 00:00:00 2001 From: dzaima Date: Thu, 23 Mar 2023 18:35:55 +0200 Subject: [PATCH] whitespace --- makefile | 2 +- src/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 36fc3b1b..ed8f0fa2 100644 --- a/makefile +++ b/makefile @@ -220,7 +220,7 @@ endif @echo " cc invocation: $(CC_INC) \$$@.d -o \$$@ -c \$$<" @echo " ld invocation: $(i_LD) ${CCFLAGS} -o [build_dir]/BQN [build_dir]/*.o $(ALL_LD_FLAGS)" endif - + ifeq ($(origin clean),command line) @"${MAKE}" clean-specific bd="$$("${MAKE}" builddir)" else ifeq ($(origin builddir),command line) diff --git a/src/main.c b/src/main.c index 94e0fa4d..322f64ca 100644 --- a/src/main.c +++ b/src/main.c @@ -124,7 +124,7 @@ static NOINLINE i64 readInt(char** p) { ")erase ", ")clearImportCache", ")kb", - ")theme dark", ")theme light", ")theme none", + ")theme dark", ")theme light", ")theme none", ")exit", ")off", ")vars", ")gc", ")gc off", ")gc on",