> Typically, from an empty file:
>
> /**
> * @file ns_gcov.c
> */
> ^
Another issue that seems to be related to the Doxygen/Javadoc comment block:
/**
* @file foo.c
*/
void foo()
Hitting "{" on the last line will produce a one-column indentation:
/**
* @file foo.c
*/
void foo()
{
}
Cheers,
Manu