================
@@ -50,8 +74,7 @@ bool lldb_private::InferiorCallMmap(Process *process, addr_t 
&allocated_addr,
       ConstString("mmap"), eFunctionNameTypeFull, function_options, sc_list);
   const uint32_t count = sc_list.GetSize();
   if (count > 0) {
-    SymbolContext sc;
-    if (sc_list.GetContextAtIndex(0, sc)) {
+    {
----------------
mchoo7 wrote:

Is this for preventing unnecessarily diff content? Personally I would just fix 
indent for all, but LLVM coding style might be different.

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

Reply via email to