diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-31 19:18:08 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-31 19:18:08 -0700 |
commit | 4bbc62129724cdc61f601e4f1c98490bca403619 (patch) | |
tree | d4128abc7fb27d0fd139137f5fffc16acf0c3066 /xkbprint.c | |
parent | 7d186165440c5a370af7551f5958baae2f0b3725 (diff) |
Move some local variables to the scope in which they live
Helps both human readers and static code analyzers realize they're not
used outside these scopes.
Flagged by cppcheck 1.64:
[psgeom.c:1761]: (style) The scope of the variable 'keycode' can be reduced.
[psgeom.c:1858]: (style) The scope of the variable 'len' can be reduced.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xkbprint.c')
0 files changed, 0 insertions, 0 deletions