0

docs: fix markdown for wmax_tokens.md

Change-Id: If2630f011be45e71cca9ffd6110358fcd7aff324
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2978191
Commit-Queue: Hans Wennborg <hans@chromium.org>
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Reviewed-by: Hans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#894605}
This commit is contained in:
Takuto Ikuta
2021-06-22 10:02:23 +00:00
committed by Chromium LUCI CQ
parent 5da5c922ee
commit 3c6e1f5fb4

@ -74,6 +74,7 @@ are (or were) large and widely included.
- Good examples of -Wmax-tokens preventing regressions:
- [https://chromium-review.googlesource.com/c/chromium/src/+/2795166](CL
2795166): The CQ caught a size increase in render_frame_host.h, and the
code was easily adjusted to avoid the increase.
- [CL 2795166](
https://chromium-review.googlesource.com/c/chromium/src/+/2795166): The CQ
caught a size increase in render_frame_host.h, and the code was easily
adjusted to avoid the increase.