From bc9d1b4dac215c486ab3ede4b6123c8fa1ed93ba Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 10 Oct 2016 23:20:05 +0100 Subject: [PATCH] Small formatting fixup --- src/context.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; - Contents m_jumps; + Contents m_jumps; size_t m_current = 0; };