NOOP: whitespace

This commit is contained in:
Paul Davis 2020-04-01 09:31:18 -06:00
parent d9d9740f1c
commit 38caf9ddd3
1 changed files with 0 additions and 1 deletions

View File

@ -256,7 +256,6 @@ LocationEditRow::set_location (Location *loc)
string date = gdt.format ("%F %H:%M");
date_label.set_text(date);
item_table.attach (date_label, 9, 10, 0, 1, FILL, Gtk::FILL, 4, 0);
}
hide_check_button.set_active (location->is_hidden());
lock_check_button.set_active (location->locked());