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

Seems like you formatted the whole file, which is a good idea in general but 
not within the same commit as "real" changes. You could push a commit 
formatting it if you like.

You can use the script 
https://clang.llvm.org/docs/ClangFormat.html#script-for-patch-reformatting to 
format just the bits you've changed.

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