Minor reformatting
commitf008d35bb37d86b8bbabfd13f520bdcffb6f4f18
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 29 Jun 2018 20:46:24 +0000 (29 22:46 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 29 Jun 2018 20:46:24 +0000 (29 22:46 +0200)
tree635e0b881c1cecfea418688d4c631d6d871f60ec
parenta9006c7e929967ddb298bc1be676245b21739deb
Minor reformatting

Fix a few inconsistencies in formatting.
In particular, when an expression is split on several lines,
put the operators (e.g. && , ||, +, -, ...) at the beginning
of the new line : this seems to be more common
in the code, and is the coding convention used e.g. in gcc/gdb
(and incidently also at my work :)).
coregrind/m_errormgr.c