From 8c2c47a5c603ed6ecedcdb7264fa437ef8415ce7 Mon Sep 17 00:00:00 2001 From: Andreas Fertig Date: Wed, 26 Aug 2026 11:54:12 +0200 Subject: [PATCH] Fixed formatting issue --- Insights.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Insights.cpp b/Insights.cpp index c22ca5c8..8ce367dc 100644 --- a/Insights.cpp +++ b/Insights.cpp @@ -393,7 +393,7 @@ extern struct __mptr* __vtbl_array[]; // description). This lets every shell completion script reuse clang's parsing // and show the description alongside the option. The leading "--" is added here // so the bare option name from InsightsOptions.def can be reused directly. -#define INSIGHTS_OPT(option, name, deflt, description, category) \ +#define INSIGHTS_OPT(option, name, deflt, description, category) \ llvm::outs() << "--" << option << "\t" << description << "\n"; #include "InsightsOptions.def"