mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibGUI+FileManager: Misc tweaks courtesy of clang-format
This commit is contained in:
committed by
Andreas Kling
parent
fdeb91e000
commit
10324f95b0
@@ -66,7 +66,6 @@ void GUndoStack::push(NonnullOwnPtr<GCommand>&& command)
|
||||
m_stack[0].m_undo_vector.prepend(move(command));
|
||||
}
|
||||
|
||||
|
||||
void GUndoStack::finalize_current_combo()
|
||||
{
|
||||
if (m_stack.is_empty())
|
||||
|
||||
Reference in New Issue
Block a user