Skip to content

Commit

Permalink
stylistic cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyhughes committed Nov 15, 2003
1 parent 6c2ba1d commit 1b855af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Slit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ void SlitDirectionmenu::itemClicked(unsigned int id, unsigned int button) {

SlitPlacementmenu::SlitPlacementmenu(bt::Application &app, unsigned int screen,
Slit *slit)
: bt::Menu(app, screen), _slit(slit) {
: bt::Menu(app, screen), _slit(slit)
{
insertItem("Top Left", Slit::TopLeft);
insertItem("Center Left", Slit::CenterLeft);
insertItem("Bottom Left", Slit::BottomLeft);
Expand Down

0 comments on commit 1b855af

Please sign in to comment.