================
@@ -736,6 +738,16 @@ void CommandCompletions::ProcessNames(CommandInterpreter 
&interpreter,
   for (const ProcessInstanceInfo &info : process_infos)
     request.TryCompleteCurrentArg(info.GetNameAsStringRef());
 }
+void CommandCompletions::ProcessSaveCorePluginNames(
----------------
DavidSpickett wrote:

Add a blank line between this and the function above.

https://github.com/llvm/llvm-project/pull/143126
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to