================
@@ -48,7 +48,7 @@ class ProcessFreeBSDKernel : public 
lldb_private::PostMortemProcess {
   bool DoUpdateThreadList(lldb_private::ThreadList &old_thread_list,
                           lldb_private::ThreadList &new_thread_list) override;
 
-  lldb::addr_t FindSymbol(const char* name);
+  lldb::addr_t FindSymbol(const char *name);
----------------
DavidSpickett wrote:

Please remove this change.

Updating formatting is fine but we keep it to its own PR unless the code 
behaviour is also changing. And if you find formatting changes obscure your 
actual changes, sending a formatting PR first is the usual approach.

https://github.com/llvm/llvm-project/pull/178069
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to