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
%ifndef with_tls
%define with_tls no
%ifndef with_tls
%define with_tls no
%endif
%ifndef with_sasl
%define with_sasl no
%ifndef with_sasl
%define with_sasl no
%endif
%ifndef with_milter
%define with_milter no
%ifndef with_milter
%define with_milter no
%endif
%ifndef with_ldap
%define with_ldap no
%ifndef with_ldap
%define with_ldap no
%endif
# package information

Loading…
Cancel
Save