commit | 5e8c22755f34947f18f134768ca61fdd969c576a | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon May 05 10:40:17 2014 -0600 |
committer | Lukasz Majewski <l.majewski@samsung.com> | Thu May 08 10:38:29 2014 +0200 |
tree | 228bec353994de59d21e986fdfc414d3313ab1ab | |
parent | 5c7648b0e8ed6c0a3f99fadee8b10a2aa46ec23f [diff] |
ums: move all variable declarations to the start of the block It's easier to assign values to the variables inside an if statement body if the assignment and declaration are separate. Cc: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>