[llvm] [NFC][TableGen] Code cleanup in Record.h/cpp (PR #138876)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Wed May 7 08:02:40 PDT 2025


================
@@ -120,9 +121,7 @@ class BitRecTy : public RecTy {
   }
 
   static const BitRecTy *get(RecordKeeper &RK);
-
----------------
s-barannikov wrote:

I think it should be reverted. It is not standardized and personal opinions might differ, so someone after you could try to put whitespaces back because they find it more readable.
The general rule of thumb is not to reformat nearby code unless it makes it conformant to the coding style.


https://github.com/llvm/llvm-project/pull/138876


More information about the llvm-commits mailing list