void FormatterSettings::ApplyTo(astyle::ASFormatter& formatter)
formatter.setFormattingStyle(astyle::STYLE_GNU);
int style = cfg->ReadInt(_T("/style"), 0);
It turns out that the Linux and GNU styles were swapped in some of the files. I've uploaded a patch (#2825) that corrects the issue:Hi Chris,
http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=2825&group_id=5358 (http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=2825&group_id=5358)
Cheers!
Chris
I'm working on this (in fact I have fixed it in my working copy).It's all my fault. :oops: