From 5781d3966a02bf4caac057dcf9d71f2a2c7dcf99 Mon Sep 17 00:00:00 2001 From: Devon Loehr Date: Mon, 21 Jul 2025 21:04:20 +0000 Subject: [PATCH] Fix indendation in StandardCPlusPlusModules.rst --- clang/docs/StandardCPlusPlusModules.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/docs/StandardCPlusPlusModules.rst b/clang/docs/StandardCPlusPlusModules.rst index fdd350857a3f7..31d0a5e769378 100644 --- a/clang/docs/StandardCPlusPlusModules.rst +++ b/clang/docs/StandardCPlusPlusModules.rst @@ -690,9 +690,9 @@ ensure it is reachable, e.g. ``using N::g;``. As of Clang 22.x, the Reduced BMI is enabled by default. You may still want to use Full BMI with ``-fno-modules-reduced-bmi`` in the following case: 1. Your build system uses two-phase compilation but it haven't adjusted the - implementation for reduced BMI. +implementation for reduced BMI. 2. You meet a regression with Reduced BMI that you cannot work around. Please - report an issue for this case. +report an issue for this case. Experimental Non-Cascading Changes ----------------------------------