Pavol Rusnak wrote:
Hi!

Indent duplicates "const" keyword under some circumstances:

$ echo 'int a::b() const {}' | indent
int
a::b () const const
{
}

The word const is duplicated.

Garbage in --> garbage out.
Your example is not C syntax.


_______________________________________________
bug-indent mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-indent

Reply via email to