Skip to content

Commit 584828b

Browse files
committed
REVERT BEFORE MERGING
Add a change to clang/include/clang/Format/Format.h so we can see the new CI check working.
1 parent 7db80ba commit 584828b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Format/Format.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3791,7 +3791,7 @@ struct FormatStyle {
37913791
enum ReferenceAlignmentStyle : int8_t {
37923792
/// Align reference like ``PointerAlignment``.
37933793
RAS_Pointer,
3794-
/// Align reference to the left.
3794+
/// Align reference to the left FOOBAR CHANGE TO VALIDATE NEW CI CHECK.
37953795
/// \code
37963796
/// int& a;
37973797
/// \endcode

0 commit comments

Comments
 (0)