[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.4

[skip ci]
diff --git a/lld/ELF/Arch/RISCV.cpp b/lld/ELF/Arch/RISCV.cpp
index 8654d58..2eca862 100644
--- a/lld/ELF/Arch/RISCV.cpp
+++ b/lld/ELF/Arch/RISCV.cpp
@@ -1104,8 +1104,8 @@
       return;
     case AtomicABI::A7:
       error(toString(oldSection) + " has atomic_abi=" + Twine(oldTag) +
-                  " but " + toString(newSection) +
-                  " has atomic_abi=" + Twine(newTag));
+            " but " + toString(newSection) +
+            " has atomic_abi=" + Twine(newTag));
       return;
     };
 
@@ -1126,8 +1126,8 @@
       return;
     case AtomicABI::A6C:
       error(toString(oldSection) + " has atomic_abi=" + Twine(oldTag) +
-                  " but " + toString(newSection) +
-                  " has atomic_abi=" + Twine(newTag));
+            " but " + toString(newSection) +
+            " has atomic_abi=" + Twine(newTag));
       return;
     };
   default: