Coding style fixes
authorDawid Gajownik <gajownik@gmail.com>
Thu, 6 Aug 2015 20:12:19 +0000 (17:12 -0300)
committerBryce Harrington <bryce@osg.samsung.com>
Fri, 7 Aug 2015 19:01:22 +0000 (12:01 -0700)
commit74a635b1ecf5efa437b5c8dc194a45528ce959ce
tree7fc0f88638e9906f9a93cb83f5a2689f434af4f6
parent5e653caa4a45a313a968a6a52437c0c382dc8b34
Coding style fixes

- opening braces are on the same line as the if statement
- opening braces are not on the same line as the function name
- space between for/while/if and opening parenthesis

Signed-off-by: Dawid Gajownik <gajownik@gmail.com>
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
14 files changed:
clients/eventdemo.c
clients/ivi-shell-user-interface.c
clients/terminal.c
clients/window.c
ivi-shell/ivi-layout-transition.c
ivi-shell/ivi-layout.c
ivi-shell/ivi-shell.c
src/compositor-rdp.c
src/rpi-renderer.c
tests/internal-screenshot-test.c
tests/keyboard-test.c
tests/weston-test-client-helper.c
tools/zunitc/src/zuc_junit_reporter.c
xwayland/window-manager.c