NO-OP: whitespace

This commit is contained in:
Robin Gareus 2020-07-26 17:17:33 +02:00
parent b49656213d
commit 22ab752924
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 12 additions and 12 deletions

View file

@ -210,7 +210,7 @@ EditorSources::EditorSources (Editor* e)
nat_col->set_alignment (ALIGN_RIGHT); nat_col->set_alignment (ALIGN_RIGHT);
renderer = dynamic_cast<CellRendererText*>(_display.get_column_cell_renderer (5)); renderer = dynamic_cast<CellRendererText*>(_display.get_column_cell_renderer (5));
if (renderer) { if (renderer) {
renderer->property_xalign() = ( 1.0 ); renderer->property_xalign() = 1.0;
} }
/* the PATH field should expand when the pane is opened wider */ /* the PATH field should expand when the pane is opened wider */