Fix -Wmisleading-indentation warnings
authorIain Lane <iain@orangesquash.org.uk>
Tue, 23 May 2017 09:39:44 +0000 (10:39 +0100)
committerMike Gorse <mgorse@linux-e5s4.suse>
Fri, 26 May 2017 02:18:01 +0000 (21:18 -0500)
commit5c1852356f89c8aa8408fc2ff6e33bd9cf1c1f65
tree5e62c6348e326d3f833c24ab9b1f047d8f84892b
parentce256679cf66e967cf6df0d1585f507c67fd57a3
Fix -Wmisleading-indentation warnings

There are a couple of places where code is indented as if it should be
part of an `if' block, but it isn't because there are no braces. Fix
those by unindenting.

Caught by -Werror=misleading-indentation.
atspi/atspi-accessible.c
registryd/registry.c