Skip to content

Commit

Permalink
whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scdwyer committed May 20, 2012
1 parent 9792696 commit 70fcefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/lib/ocaml/papget_renderer.ml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class canvas_text = fun ?(config=[]) canvas_group x y ->
format <- text_editor#entry_format#text in
ignore (text_editor#entry_format#connect#activate ~callback);
let callback = fun () ->
size <- text_editor#spinbutton_size#value in
size <- text_editor#spinbutton_size#value in
ignore (text_editor#spinbutton_size#connect#value_changed ~callback);
let callback = fun () ->
color <- text_editor#comboboxentry_color#entry#text in
Expand Down

0 comments on commit 70fcefc

Please sign in to comment.