Use the correct indentation for the previous changes

This commit is contained in:
Sebastien Bacher
2020-02-24 17:31:53 +01:00
parent 21a02ce472
commit fd87b0daf6
+6 -5
View File
@@ -20,8 +20,9 @@ override_dh_auto_test:
# don't fail build on s390x, some tests are failing but upstream # don't fail build on s390x, some tests are failing but upstream
# isn't interested in spending energy on this at the moment # isn't interested in spending energy on this at the moment
# see https://gitlab.freedesktop.org/libfprint/libfprint/issues/236 # see https://gitlab.freedesktop.org/libfprint/libfprint/issues/236
ifneq (,$(filter $(DEB_HOST_ARCH),s390x)) ifneq (,$(filter $(DEB_HOST_ARCH),s390x))
dh_auto_test || true dh_auto_test || true
else else
dh_auto_test dh_auto_test
endif endif