Skip to content

Commit dcffa3d

Browse files
authored
Fix indendation in StandardCPlusPlusModules.rst (llvm#149901)
The CI is complaining about unexpected indentation. It seems multiple-line list entries must start at the beginning of each line.
1 parent 54ae81f commit dcffa3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/StandardCPlusPlusModules.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,9 +690,9 @@ ensure it is reachable, e.g. ``using N::g;``.
690690
As of Clang 22.x, the Reduced BMI is enabled by default. You may still want to
691691
use Full BMI with ``-fno-modules-reduced-bmi`` in the following case:
692692
1. Your build system uses two-phase compilation but it haven't adjusted the
693-
implementation for reduced BMI.
693+
implementation for reduced BMI.
694694
2. You meet a regression with Reduced BMI that you cannot work around. Please
695-
report an issue for this case.
695+
report an issue for this case.
696696

697697
Experimental Non-Cascading Changes
698698
----------------------------------

0 commit comments

Comments
 (0)