File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1484,7 +1484,7 @@ the configuration (without a prefix: ``Auto``).
1484
1484
* ``OAS_AlignAfterOperator `` (in configuration: ``AlignAfterOperator ``)
1485
1485
Horizontally align operands of binary and ternary expressions.
1486
1486
1487
- This is similar to ``AO_Align ``, except when
1487
+ This is similar to ``OAS_Align ``, except when
1488
1488
``BreakBeforeBinaryOperators `` is set, the operator is un-indented so
1489
1489
that the wrapped operand is aligned with the operand on the first line.
1490
1490
Original file line number Diff line number Diff line change @@ -533,7 +533,7 @@ struct FormatStyle {
533
533
OAS_Align,
534
534
// / Horizontally align operands of binary and ternary expressions.
535
535
// /
536
- // / This is similar to ``AO_Align ``, except when
536
+ // / This is similar to ``OAS_Align ``, except when
537
537
// / ``BreakBeforeBinaryOperators`` is set, the operator is un-indented so
538
538
// / that the wrapped operand is aligned with the operand on the first line.
539
539
// / \code
You can’t perform that action at this time.
0 commit comments