Sign in
android
/
platform
/
external
/
libxcam
/
5cfa154cd124f3a0a3f9194e594a3be785727b28
/
.
/
code_style.sh
blob: eff22117ee53ddef2026b67fbd231bd43be90eae [
file
] [
log
] [
blame
]
#!/bin/bash
git status
-
s
|
grep
-
E
"\.cpp$|\.h$"
|
cut
-
c4
-
|
xargs astyle
--
indent
=
spaces
=
4
--
convert
-
tabs
--
pad
-
oper
--
suffix
=
none