]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
No indentation allowed for error function in test/Makefile.in
authorMika Lindqvist <postmaster@raasu.org>
Thu, 1 Jun 2023 22:59:13 +0000 (01:59 +0300)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 2 Jun 2023 22:05:37 +0000 (00:05 +0200)
test/Makefile.in

index fd2b239aa8c3c7e15ecb511e367e8014b92b728c..429e2c77084e24c1e386b5f55ab7f6adf372bc0e 100644 (file)
@@ -19,7 +19,7 @@ check_cross_dep:
 ifneq (,$(findstring qemu,$(EMU_RUN)))
 QEMU_VER:=$(shell command -v $(EMU_RUN) --version 2> /dev/null)
 ifeq (,$(QEMU_VER))
-       $(error You need QEMU to run tests on non-native platform)
+$(error You need QEMU to run tests on non-native platform)
 endif
 endif