[PATCH build 07/10] Formatting change.
Trevor Woerner
twoerner at gmail.com
Sat Sep 18 13:12:04 PDT 2010
From: Trevor Woerner <twoerner at gmail.com>
Indent case list bodies so it is easier to distinguish between
case patterns and case lists.
Signed-off-by: Trevor Woerner <twoerner at gmail.com>
---
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
More information about the xorg-devel
mailing list