mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
f39ba52029
Previously we would forbid macro indentations like this:
FOO({
int x;
})
But clang-format sometimes generates those.