regen/regcharclass.pl: Refactor a 'return' slightly
authorKarl Williamson <public@khwilliamson.com>
Sat, 20 Oct 2012 17:25:50 +0000 (11:25 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 20 Oct 2012 19:27:31 +0000 (13:27 -0600)
commit6a52943ce01ea00b046502344a0faf812273971c
tree6aa50eab1d4de3096d031cc8a5e46f08d6df7081
parent2646d7b3acfbf62693aa89b516e662afa6eb89c1
regen/regcharclass.pl: Refactor a 'return' slightly

Instead of having a common return at the end of the function, this does
that same return at an intermediate point.  The reason is that a future
commit will change the final return somewhat, and this seemed the
clearest way to go.
regen/regcharclass.pl