diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-10-10 23:20:05 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-10-10 23:20:05 +0100 |
| commit | bc9d1b4dac215c486ab3ede4b6123c8fa1ed93ba (patch) | |
| tree | 52d892830192d8693c8ff4d981010882230f0c05 /src/context.hh | |
| parent | 0d2bb4756b6dc7c8646344858c6193176a7105ae (diff) | |
Small formatting fixup
Diffstat (limited to 'src/context.hh')
| -rw-r--r-- | src/context.hh | 2 |
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; }; |
