A good many shops have adopted the Barr standard for C/C++ coding. While much of the standard can be enforced via Artistic Style, the one infuriating piece is that space between method/function name and opening paren in declaration only. That means in the header and the one place in the source file where the method/function is declared. All usages are to have no space between. I have been poking around looking for a user group or forum where Artistic Style users hang out in case there is some obscure combination of the existing switches which can duplicate this requirement, but, I cannot find either a solution or a group so must make a request.