================
@@ -510,8 +562,9 @@ Status NativeRegisterContextLinux_arm64::WriteRegister(
} else {
// SVE enabled, we will read and cache SVE ptrace data.
error = ReadAllSVE();
- if (error.Fail())
+ if (error.Fail()) {
return error;
+ }
----------------
DavidSpickett wrote:
Will remove extra braces.
https://github.com/llvm/llvm-project/pull/165413
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits