Browse Source

be pedantic about indentation

master
parent
commit
42f69e8a92
  1. 16
      sendmail/sendmail.spec

16
sendmail/sendmail.spec

@ -24,17 +24,17 @@
## ##
# package options # package options
%ifndef with_tls %ifndef with_tls
%define with_tls no %define with_tls no
%endif %endif
%ifndef with_sasl %ifndef with_sasl
%define with_sasl no %define with_sasl no
%endif %endif
%ifndef with_milter %ifndef with_milter
%define with_milter no %define with_milter no
%endif %endif
%ifndef with_ldap %ifndef with_ldap
%define with_ldap no %define with_ldap no
%endif %endif
# package information # package information

Loading…
Cancel
Save