================
@@ -307,49 +307,56 @@ static RegisterInfo g_reg_infos[] = {
     DEF_X(26),
     DEF_X(27),
     DEF_X(28),
-    {"fp",
-     "x29",
-     8,
-     OFFSET(x) + 29 * 8,
-     eEncodingUint,
-     eFormatHex,
-     {arm64_dwarf::x29, arm64_dwarf::x29, LLDB_REGNUM_GENERIC_FP, INV, reg_fp},
-     nullptr,
-     nullptr,
-     nullptr,
+    {
+        "fp",
+        "x29",
+        8,
+        OFFSET(x) + 29 * 8,
+        eEncodingUint,
+        eFormatHex,
+        {arm64_dwarf::x29, arm64_dwarf::x29, LLDB_REGNUM_GENERIC_FP, INV,
+         reg_fp},
+        nullptr,
+        nullptr,
+        nullptr,
----------------
DavidSpickett wrote:

These look like formatting changes. You can push them direct or just ignore the 
formatter for this change.

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

Reply via email to