remove tabs, empty whitespaced lines, unnecessary this keyword
This commit is contained in:
parent
77fd314253
commit
c2df644c9f
@ -31,7 +31,7 @@ namespace Yggtk {
|
||||
|
||||
[GtkCallback]
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user