diff options
| author | John Keeping <john@keeping.me.uk> | 2016-08-07 16:13:30 +0100 |
|---|---|---|
| committer | John Keeping <john@keeping.me.uk> | 2016-10-01 11:43:45 +0100 |
| commit | bead27b730526e4501ebaeb3b7c1116cd09f7b93 (patch) | |
| tree | f8c19108c0852ee534a680d4083e4de2adebc057 | |
| parent | configfile: fix EOF handling (diff) | |
| download | cgit-magenta-bead27b730526e4501ebaeb3b7c1116cd09f7b93.tar.xz | |
ui-shared: fix decl-after-statement warnings
git.git's coding style avoids decl-after-statement and we generally try to follow it but a few warnings have crept in recently. Fix the ones in ui-shared.c Signed-off-by: John Keeping <john@keeping.me.uk>
| -rw-r--r-- | ui-shared.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/ui-shared.c b/ui-shared.c |
