remove tabs, empty whitespaced lines, unnecessary this keyword

This commit is contained in:
Nikolay Brovko 2020-01-28 04:39:53 +03:00
parent 77fd314253
commit c2df644c9f
No known key found for this signature in database
GPG Key ID: 32258A3DEC9B6F07
5 changed files with 82 additions and 82 deletions

View File

@ -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;
}