mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-06 11:29:27 +00:00
Fix bad indentation and 80-col violation.
llvm-svn: 75686
This commit is contained in:
parent
5821cee99b
commit
fe2d3828e9
@ -77,7 +77,8 @@ public:
|
||||
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);
|
||||
return O;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user