summaryrefslogtreecommitdiff
path: root/style_unify
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@gmail.com>2011-10-19 23:30:51 -0400
committerAustin Yuan <shengquan.yuan@gmail.com>2011-10-20 02:10:54 -0400
commit8749137ee13fc73e519fd9ab23e900b5aeb113b0 (patch)
tree8c314428a7f1c38c4346a0a2b5c967b49a8fe8b5 /style_unify
parent88ea3553ab0ab81352693907ed9e412f343c9ad8 (diff)
PVR driver Q3 releaseHEADmaster
1) HDMI extended video support 2) VXD385 rotation support 3) Remove RAR dependence 4) bugfixing for VXD385/VXE285 on Android 5) new VXD/VXE firmware 6) compiling warning and codying style fix Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
Diffstat (limited to 'style_unify')
-rwxr-xr-xstyle_unify1
1 files changed, 1 insertions, 0 deletions
diff --git a/style_unify b/style_unify
index 4915e63..10bf2b9 100755
--- a/style_unify
+++ b/style_unify
@@ -4,6 +4,7 @@ for i in $file
do
echo $i
astyle --style=linux -s4 -c -s -p -U -H -n $i
+ sed -i 's/[ \t]*$//' $i #remove trailing space
done