Skip to content

Commit 31898f4

Browse files
committed
fixup! clang-format
1 parent 7ccbe8f commit 31898f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,8 +1505,8 @@ static void LoadLibStdcppFormatters(lldb::TypeCategoryImplSP cpp_category_sp) {
15051505
stl_summary_flags, true);
15061506

15071507
AddCXXSummary(cpp_category_sp, ContainerSizeSummaryProvider,
1508-
"libstdc++ std::tuple summary provider",
1509-
"^std::tuple<.+>$", stl_summary_flags, true);
1508+
"libstdc++ std::tuple summary provider", "^std::tuple<.+>$",
1509+
stl_summary_flags, true);
15101510

15111511
cpp_category_sp->AddTypeSummary(
15121512
"^std::((__debug::)?|(__cxx11::)?)forward_list<.+>(( )?&)?$",

0 commit comments

Comments
 (0)