summaryrefslogtreecommitdiff
path: root/src/context.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2016-10-10 23:20:05 +0100
committerMaxime Coste <frrrwww@gmail.com>2016-10-10 23:20:05 +0100
commitbc9d1b4dac215c486ab3ede4b6123c8fa1ed93ba (patch)
tree52d892830192d8693c8ff4d981010882230f0c05 /src/context.hh
parent0d2bb4756b6dc7c8646344858c6193176a7105ae (diff)
Small formatting fixup
Diffstat (limited to 'src/context.hh')
-rw-r--r--src/context.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context.hh b/src/context.hh
index 4ef1934b..a0fec133 100644
--- a/src/context.hh
+++ b/src/context.hh
@@ -66,7 +66,7 @@ struct JumpList
private:
using Contents = Vector<SelectionList, MemoryDomain::Selections>;
- Contents m_jumps;
+ Contents m_jumps;
size_t m_current = 0;
};