forked from OSchip/llvm-project
[llvm] Ensure newlines at the end of files (NFC)
This patch eliminates pesky "No newline at end of file" messages from git diff.
This commit is contained in:
parent
8e13bbca08
commit
e54579307b
|
@ -817,4 +817,4 @@ MDNode *AAMDNodes::ShiftTBAAStruct(MDNode *MD, size_t Offset) {
|
|||
Sub.push_back(MD->getOperand(i + 2));
|
||||
}
|
||||
return MDNode::get(MD->getContext(), Sub);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -288,4 +288,4 @@ std::array<uint8_t, 32> SHA256::hash(ArrayRef<uint8_t> Data) {
|
|||
return Arr;
|
||||
}
|
||||
|
||||
} // namespace llvm
|
||||
} // namespace llvm
|
||||
|
|
Loading…
Reference in New Issue