From: Trevor Woerner <[email protected]> Indent case list bodies so it is easier to distinguish between case patterns and case lists.
Signed-off-by: Trevor Woerner <[email protected]> --- build.sh | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build.sh b/build.sh index f0d84fa..ce58919 100755 --- a/build.sh +++ b/build.sh @@ -200,20 +200,20 @@ clone() { case $1 in "pixman") - BASEDIR="" - ;; + BASEDIR="" + ;; "xcb") - BASEDIR="" - ;; + BASEDIR="" + ;; "mesa") - BASEDIR="" - ;; + BASEDIR="" + ;; "xkeyboard-config") - BASEDIR="" - ;; + BASEDIR="" + ;; *) - BASEDIR="xorg/" - ;; + BASEDIR="xorg/" + ;; esac DIR="$1/$2" -- 1.7.3.rc2 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
