pp_formline: reduce indent in FF_LINEGLOB
authorDavid Mitchell <davem@iabyn.com>
Sat, 28 May 2011 13:56:54 +0000 (14:56 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sun, 29 May 2011 19:21:52 +0000 (20:21 +0100)
commit0d21cefe3a7d3ea32488c04e45b9c291dd34dbe4
treea1516c5e0c0e05fa0251145f47cf3bb3e4dbe42d
parent7440a75bbd4cf3efd00aefb9b54f45aadf25dbf4
pp_formline: reduce indent in FF_LINEGLOB

change

    {
        block
    }

to

    block

(the diff looks more confusing than it actually is).

No code changes.
pp_ctl.c