[PATCH] D98214: [clang-format] Fix aligning with linebreaks
Alexey Utkin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 23 10:30:23 PDT 2021
baramin added a comment.
You are right.
The problem is in
FromLegacyTimestamp<milliseconds>(monitorFrequencyUsec), seconds(std::uint64_t(maxSampleAge)), maxKeepSamples));
line indentation. It is 6 instead of 4.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98214/new/
https://reviews.llvm.org/D98214
More information about the cfe-commits
mailing list