summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-01-23 13:47:45 +0100
committerMaxime Coste <frrrwww@gmail.com>2013-01-23 13:47:45 +0100
commitf14bc5e31004b37e90ba000a0714aa83e7f2763e (patch)
tree5b1705c940e8cef014154329a623fb37003813aa /src/buffer.hh
parent9dbc6adcda947b571d6af22c3b306f12f912c1a9 (diff)
Buffer: small style fixes
Diffstat (limited to 'src/buffer.hh')
-rw-r--r--src/buffer.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.hh b/src/buffer.hh
index 9a35bae2..4d8f67b5 100644
--- a/src/buffer.hh
+++ b/src/buffer.hh
@@ -68,7 +68,7 @@ public:
const Buffer& buffer() const;
const BufferCoord& coord() const { return m_coord; }
- LineCount line() const { return m_coord.line; }
+ LineCount line() const { return m_coord.line; }
ByteCount column() const { return m_coord.column; }
ByteCount offset() const;