remove leading spaces

This commit is contained in:
Tom Callaway 2015-07-10 12:12:24 -04:00
parent cae7911500
commit f4e5cfe294
1 changed files with 2 additions and 2 deletions

4
R.spec
View File

@ -68,10 +68,10 @@ BuildRequires: pcre-devel, zlib-devel
%if 0%{?rhel}
# RHEL older than 6
%if 0%{?rhel} < 6
BuildRequires: curl-devel
BuildRequires: curl-devel
# RHEL newer than 6
%else
BuildRequires: libcurl-devel
BuildRequires: libcurl-devel
%endif
# Fedora (assuming modern)
%else