openpic: fix coding style issues
commitaf7e9e74c6a62a5bcd911726a9e88d28b61490e0
authorAlexander Graf <agraf@suse.de>
Thu, 20 Dec 2012 16:30:58 +0000 (20 17:30 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 7 Jan 2013 16:37:09 +0000 (7 17:37 +0100)
treedcc7021440d7c782951b534071514f19ca60fa16
parentd56af005dc3d6354bd39411e8446b415bbcf86b8
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>
hw/openpic.c