Index: src/mips/assembler-mips.h |
diff --git a/src/mips/assembler-mips.h b/src/mips/assembler-mips.h |
index 860097c8affb09ded14ee399be4af6c4d27a6d7c..ab639399adedc10dc64540fa0f85f8aaec405649 100644 |
--- a/src/mips/assembler-mips.h |
+++ b/src/mips/assembler-mips.h |
@@ -896,10 +896,10 @@ class Assembler : public AssemblerBase { |
assem_->EndBlockGrowBuffer(); |
} |
- private: |
- Assembler* assem_; |
+ private: |
+ Assembler* assem_; |
- DISALLOW_IMPLICIT_CONSTRUCTORS(BlockGrowBufferScope); |
+ DISALLOW_IMPLICIT_CONSTRUCTORS(BlockGrowBufferScope); |
}; |
// Debugging. |