[PATCH modular 07/10] Whitespace cleanup.
Trevor Woerner
twoerner at gmail.com
Thu Sep 30 14:28:17 PDT 2010
From: Trevor Woerner <twoerner at gmail.com>
Offset case options so they are visually at a different level than
the actions they cause. Adjust them to match the existing case
statements in the main body of the script.
Signed-off-by: Trevor Woerner <twoerner at gmail.com>
---
build.sh | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/build.sh b/build.sh
index eb1228f..8ee100e 100755
--- a/build.sh
+++ b/build.sh
@@ -181,19 +181,19 @@ clone() {
fi
case $1 in
- "pixman")
+ "pixman")
BASEDIR=""
;;
- "xcb")
+ "xcb")
BASEDIR=""
;;
- "mesa")
+ "mesa")
BASEDIR=""
;;
- "xkeyboard-config")
+ "xkeyboard-config")
BASEDIR=""
;;
- *)
+ *)
BASEDIR="xorg/"
;;
esac
--
1.7.3.1.45.g9855b
More information about the xorg-devel
mailing list