================
@@ -382,9 +382,7 @@ class Triple {
            ObjectFormat == Other.ObjectFormat;
   }
 
-  bool operator!=(const Triple &Other) const {
-    return !(*this == Other);
-  }
+  bool operator!=(const Triple &Other) const { return !(*this == Other); }
----------------
sbc100 wrote:

Can you revert these unrelated whichspace changes?

You can use `git clang-format origin/main` to format just the lines you touch.

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

Reply via email to