================
@@ -2005,9 +2021,10 @@ class CommandObjectTargetModulesDumpSymtab
             result.GetOutputStream().EOL();
             result.GetOutputStream().EOL();
           }
-          if (INTERRUPT_REQUESTED(GetDebugger(), 
+          if (INTERRUPT_REQUESTED(GetDebugger(),
----------------
jimingham wrote:

BTW, I don't really agree that reformatting whole files is a great idea.  
clang-format keeps changing it's mind on how it wants to lay out code, and so 
you just keep introducing little pointless changes that make history grubbing 
harder, etc, to very little benefit.

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

Reply via email to