diff options
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2018-06-20 15:50:29 +0200 |
---|---|---|
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2018-06-21 17:05:41 +0200 |
commit | 1eca28ffdc865531a7334a4af3b20aba9c3e3612 (patch) | |
tree | c399f1f8264573ed25432429d402120f130ab055 /redhat | |
parent | redhat: sort options (diff) | |
download | frr-1eca28ffdc865531a7334a4af3b20aba9c3e3612.tar.xz frr-1eca28ffdc865531a7334a4af3b20aba9c3e3612.zip |
redhat: more indentation
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/frr.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 278ed1814..79d0eecf6 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -43,9 +43,9 @@ # define for sphinx-build binary %if 0%{?rhel} && 0%{?rhel} < 7 -%define sphinx sphinx-build2.7 + %define sphinx sphinx-build2.7 %else -%define sphinx sphinx-build + %define sphinx sphinx-build %endif ############################################################################ |