Re: Indent: duplication of "const" keyword
david <[email protected]>
| Newsgroups | gmane.comp.gnu.indent.bugs |
|---|---|
| Message-ID | <[email protected]> |
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.