Skip to content

Commit 21f6627

Browse files
author
Conor
committed
move comment
1 parent 89dae82 commit 21f6627

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/batteries/slab_stack.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ class slab_stack {
157157

158158
LF_TRY {
159159
init_slab(next_size);
160-
// If this throws, swallow the exception — push will see no space
161-
// i.e. (m_hi - m_sp == 0) and throw instead.
162160
} LF_CATCH_ALL {
161+
// If ^ throws, swallow the exception — push will see no space
162+
// i.e. (m_hi - m_sp == 0) and throw instead.
163163
}
164164
}
165165

0 commit comments

Comments
 (0)