commit | af7e9e74c6a62a5bcd911726a9e88d28b61490e0 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Dec 20 17:30:58 2012 +0100 |
committer | Alexander Graf <agraf@suse.de> | Mon Jan 07 17:37:09 2013 +0100 |
tree | dcc7021440d7c782951b534071514f19ca60fa16 | |
parent | d56af005dc3d6354bd39411e8446b415bbcf86b8 [diff] |
openpic: fix coding style issues This patch fixes the following coding style violations: - structs have to be typedef and be CamelCase - if()s are always surrounded by curly braces Signed-off-by: Alexander Graf <agraf@suse.de>