================
@@ -597,7 +601,7 @@ class SymbolFileCommon : public SymbolFile {
     return m_debug_info_had_variable_errors;
   }
   void SetDebugInfoHadFrameVariableErrors() override {
-     m_debug_info_had_variable_errors = true;
+    m_debug_info_had_variable_errors = true;
----------------
clayborg wrote:

Ditto (revert auto clang-format changes for stuff that isn't associated with 
this PR).

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

Reply via email to