On November 10, 2015 1:01:46 AM CET, Eric Pruitt <eric.pru...@gmail.com> wrote:
>On Tue, Nov 10, 2015 at 12:56:59AM +0100, 7heo wrote:
>> indent(1). You're welcome.
>
>Or I could just use sed(1) to join any lone "{"s with the previous
>line.
>I'm aware of the options, but since I already have to change a number
>of
>my patches to deal with the booleans, I may as well deal with braces
>while I'm at it.
>
>Eric

Indent is far more adapted to dealing with those whitespace problems than sed. 
As for the bools, I would use sed too, but since bools are integer types in any 
case, the edits should only be the declarations.

Reply via email to