sync with OpenBSD -current
This commit is contained in:
parent
b5b25afdb8
commit
2c72e27ed2
147 changed files with 41128 additions and 10 deletions
10
lib/libva/style_unify
Normal file
10
lib/libva/style_unify
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
file=$(find . -name "*.[ch]" -o -name "*.cpp")
|
||||
for i in $file
|
||||
do
|
||||
echo $i
|
||||
astyle --style=linux -s4 -c -s -p -U -H -n $i
|
||||
done
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue