Toon Claes <toon@xxxxxxxxx> writes: >> -#define PATHSPEC_NO_REPOSITORY (1<<7) >> +#define PATHSPEC_NO_REPOSITORY (1 << 7) > > I'm surprised, but I couldn't find a setting to change this... We do not mind spaces around binary operators like "<<", and the change suggested by the tool is an improvement in this case, I think. The lack of U suffix to ensure that a bitmask is unsigned bothers me more, but that is not formatting issue. Thanks.