forked from OSchip/llvm-project
Fix bad indentation and 80-col violation.
llvm-svn: 75686
This commit is contained in:
parent
cbe475dfe8
commit
a9111b9f97
|
@ -77,7 +77,8 @@ public:
|
||||||
void dump() const;
|
void dump() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
inline std::ostream &operator<<(std::ostream &O, const ARMConstantPoolValue &V) {
|
inline std::ostream &operator<<(std::ostream &O,
|
||||||
|
const ARMConstantPoolValue &V) {
|
||||||
V.print(O);
|
V.print(O);
|
||||||
return O;
|
return O;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue