In GNU Indent 2.2.10, a file changes twice and improperly inserts a leading
space:
~$ cat changestwice.cpp
void foo::bar() { }
~$ indent changestwice.cpp ; cat changestwice.cpp
void
foo::bar()
{
}
~$ indent changestwice.cpp ; cat changestwice.cpp *# NOTE FILE CHANGES
AGAIN WITH LEADING SPACE ON LINE 2*
void
foo::bar()
{
}
~$ cat .indent.pro
--k-and-r-style
--procnames-start-lines
--no-tabs
--comment-indentation50
--declaration-comment-column50
--break-before-boolean-operator
_______________________________________________
bug-indent mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-indent