remove tabs, empty whitespaced lines, unnecessary this keyword
This commit is contained in:
parent
77fd314253
commit
c2df644c9f
5 changed files with 82 additions and 82 deletions
|
@ -31,7 +31,7 @@ namespace Yggtk {
|
||||||
|
|
||||||
[GtkCallback]
|
[GtkCallback]
|
||||||
private bool on_service_state_switch_state_set (bool state) {
|
private bool on_service_state_switch_state_set (bool state) {
|
||||||
this.application.activate_action ("set-service-state", new Variant.boolean (state));
|
application.activate_action ("set-service-state", new Variant.boolean (state));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue