Fix indents

This commit is contained in:
Kyle Reed 2023-05-03 13:23:15 -07:00
parent c6316f5aa6
commit 62859f901f
2 changed files with 3 additions and 3 deletions

View file

@ -163,8 +163,8 @@ void MenuView::clear() {
}
menu_items.clear();
highlighted_item = 0;
offset = 0;
highlighted_item = 0;
offset = 0;
}
void MenuView::add_item(MenuItem new_item) {