repo.or.cz
/
gmpc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update vala version.
[gmpc.git]
/
scripts
/
gmpc-whitespace-cleanup.sh
blob
f1bff2d610442e8e9dfb681dcc776ac1306e1604
1
#! /bin/sh
2
3
sed
-i -r
\
4
-e
's/
\t
/ /g'
\
5
-e
's/ +$//'
\
6
"$@"