From 68418009d7365e7c2b11f7913d62442c5f317cbe Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Nov 21 2014 08:11:29 +0000 Subject: Fix indentation --- diff --git a/xorg-x11-xkb-utils.spec b/xorg-x11-xkb-utils.spec index 20367de..fbe1d40 100644 --- a/xorg-x11-xkb-utils.spec +++ b/xorg-x11-xkb-utils.spec @@ -59,15 +59,15 @@ X.Org X11 xkb gadgets. { for app in * ; do pushd $app - case $app in - xkbcomp-*) - rm xkbparse.c # force regen - ;; - *) - ;; - esac - %configure - make %{?_smp_mflags} + case $app in + xkbcomp-*) + rm xkbparse.c # force regen + ;; + *) + ;; + esac + %configure + make %{?_smp_mflags} popd done }