From cbca970360ae555dd0bb66ef2774c2a33c0a6bbf Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 9 Sep 2016 14:13:08 +0200 Subject: [PATCH] made usage of tabs and spaces consistent --- gnutls.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnutls.spec b/gnutls.spec index a7fe9ba..59df276 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -154,20 +154,20 @@ rm -f src/libopts/*.c src/libopts/*.h src/libopts/compat/*.c src/libopts/compat/ --disable-static \ --disable-openssl-compatibility \ --disable-srp-authentication \ - --disable-non-suiteb-curves \ - --with-system-priority-file=%{_sysconfdir}/crypto-policies/back-ends/gnutls.config \ - --with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit" \ - --with-trousers-lib=%{_libdir}/libtspi.so.1 \ + --disable-non-suiteb-curves \ + --with-system-priority-file=%{_sysconfdir}/crypto-policies/back-ends/gnutls.config \ + --with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit" \ + --with-trousers-lib=%{_libdir}/libtspi.so.1 \ %if %{with guile} --enable-guile \ %else --disable-guile \ %endif %ifarch %{ix86} - --disable-hardware-acceleration \ + --disable-hardware-acceleration \ %endif %if %{with dane} - --with-unbound-root-key-file=/var/lib/unbound/root.key \ + --with-unbound-root-key-file=/var/lib/unbound/root.key \ --enable-dane \ %else --disable-dane \