[all-commits] [llvm/llvm-project] d905a3: [NFC] Format MachineVerifier.cpp to remove extra i...
Ellis Hoag via All-commits
all-commits at lists.llvm.org
Wed Oct 9 08:26:53 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d905a3c51b31775791c15132a1b3613d75871853
https://github.com/llvm/llvm-project/commit/d905a3c51b31775791c15132a1b3613d75871853
Author: Ellis Hoag <ellis.sparky.hoag at gmail.com>
Date: 2024-10-09 (Wed, 09 Oct 2024)
Changed paths:
M llvm/lib/CodeGen/MachineVerifier.cpp
Log Message:
-----------
[NFC] Format MachineVerifier.cpp to remove extra indentation (#111602)
Many structs in this class have the wrong indentation. To generate this
diff, I touched the first line of each struct and then ran `git
clang-format`. This will make blaming more difficult, but this
autoformatting is difficult to avoid triggering. I think it's best to
push this as one NFC PR.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list