re_intuit_start(): move label after var decls
authorDavid Mitchell <davem@iabyn.com>
Thu, 6 Feb 2014 16:42:11 +0000 (16:42 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sat, 8 Feb 2014 13:50:23 +0000 (13:50 +0000)
commit07544f89691d9ba341d946f6025198264b5194eb
tree72e50b28c82d8336c1c49fa17c3df934d77306eb
parent8f4bf5fc7bce4abc2119b7d08c9265b7e17285e1
re_intuit_start(): move label after var decls

By moving a var initialisation to after its declaration, we can move a
label to after the var declarations, which allows us to remove a set of
braces and one level of indent. (We do the re-indent in the next commit)
regexec.c