utils_gthread: Prevent deadlock caused by wait_idle
[platform/core/uifw/libtpl-egl.git] / astyle-format.txt
1 apply coding style with astyle
2
3 1. To apply libtpl-egl coding style to .c code, run this command:
4          astyle -A4 -t4 -xT4 -p -z2 -H -k3 -W3 -xC80 -xL -n -r  "./*.c"
5
6 2. To apply libtpl-egl coding style to .h code, run this command:
7          astyle -A4 -t4 -xT4 -p -z2 -H -k3 -W3 -xC80 -xL -n -r  "./*.h"