Fix bad indentation and 80-col violation.
authorBob Wilson <bob.wilson@apple.com>
Tue, 14 Jul 2009 21:45:58 +0000 (21:45 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 14 Jul 2009 21:45:58 +0000 (21:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75686 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMConstantPoolValue.h

index d2b9066dcc97cd777bc31e87f8c7eb8ec2cf2c1f..abf7339646baae5558524e260e865e9203ea7e5c 100644 (file)
@@ -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;
 }