From d68f7c7ba5cfdefe726ed83d71f3cfac5b55ebc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 19 Jan 2013 18:15:42 +0200 Subject: Fix rpmlint's spaces vs tabs warning. --- initscripts.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'initscripts.spec') diff --git a/initscripts.spec b/initscripts.spec index ce63ee9c..fe75b48b 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -105,7 +105,7 @@ exit 0 %postun if [ $1 -ge 1 ]; then - /bin/systemctl daemon-reload > /dev/null 2>&1 || : + /bin/systemctl daemon-reload > /dev/null 2>&1 || : fi %clean -- cgit v1.2.1