clang-format these declarations. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231846 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2015-03-10 21:05:09 +00:00
parent 9b31a86ed9
commit 931b52d665

View File

@ -256,13 +256,10 @@ namespace llvm {
/// Return the MCSection for the specified mach-o section. This requires
/// the operands to be valid.
const MCSectionMachO *getMachOSection(StringRef Segment,
StringRef Section,
const MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
unsigned TypeAndAttributes,
unsigned Reserved2,
SectionKind K);
const MCSectionMachO *getMachOSection(StringRef Segment,
StringRef Section,
unsigned Reserved2, SectionKind K);
const MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
unsigned TypeAndAttributes,
SectionKind K) {
return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);