This fixes a bug PR48891 introduced in D93839 where:
#include <stdint.h> namespace rep {}
got formatted as
#include <stdint.h> namespace rep { }
LGTM. Confirmed on our end this fixes our issue. Thanks for addressing this!
LGTM
@tstellar, could this be cherry-picked to 12.x branch? As noted above and discussed in D93839, this fixes PR48891 bug that introduced an unintended change in behaviour of clang-format.