locale.c: White-space, useless brace removal only
authorKarl Williamson <public@khwilliamson.com>
Sat, 15 Feb 2014 20:42:22 +0000 (13:42 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 15 Feb 2014 22:50:35 +0000 (15:50 -0700)
commit49c85077ed88f31bd348f1f4811dec2fea887433
tree1c4f2d75f3a080fc329b5436d311c1b6168a1854
parent65ebb05984db179833ff252f547043f32184d893
locale.c: White-space, useless brace removal only

This takes one piece of code that is needlessly enclosed in braces and
removes the braces, outdenting and reflowing the comments.

Otherwise, it changes to correct indentation for the addition and
removal of braces by the previous commit.
locale.c