upload android base code part4
This commit is contained in:
parent
b9e30e05b1
commit
78ea2404cd
23455 changed files with 5250148 additions and 0 deletions
10
android/hardware/intel/common/libva/style_unify
Executable file
10
android/hardware/intel/common/libva/style_unify
Executable 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