From fd87b0daf6b04eded475b05e99c174bdc8f60da8 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Mon, 24 Feb 2020 17:31:53 +0100 Subject: [PATCH] Use the correct indentation for the previous changes --- debian/rules | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index e2bfde42..b08a6890 100755 --- a/debian/rules +++ b/debian/rules @@ -20,8 +20,9 @@ override_dh_auto_test: # don't fail build on s390x, some tests are failing but upstream # isn't interested in spending energy on this at the moment # see https://gitlab.freedesktop.org/libfprint/libfprint/issues/236 - ifneq (,$(filter $(DEB_HOST_ARCH),s390x)) - dh_auto_test || true - else - dh_auto_test - endif +ifneq (,$(filter $(DEB_HOST_ARCH),s390x)) + dh_auto_test || true +else + dh_auto_test +endif +