[gnome-usage] application.vala: fix indentation



commit 33453ae06cefab92d1836e00575989bf553a7240
Author: Nahuel Gomez <contact nahuelgomez com ar>
Date:   Fri Dec 3 15:04:25 2021 -0300

    application.vala: fix indentation
    
    This seems to be a victim of automatic formatting.

 src/application.vala | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/src/application.vala b/src/application.vala
index 8bbc45e..50688e6 100644
--- a/src/application.vala
+++ b/src/application.vala
@@ -23,7 +23,11 @@ using Gtk;
 public class Usage.Application : Gtk.Application {
     private Window window;
 
-    private const GLib.ActionEntry app_entries[] = { { "about", on_about }, { "search", on_search }, { 
"quit", on_quit }, { "filter-processes", on_activate_radio, "s", "'group-system'", 
change_filter_processes_state }
+    private const GLib.ActionEntry app_entries[] = {
+        { "about", on_about },
+        { "search", on_search },
+        { "quit", on_quit },
+        { "filter-processes", on_activate_radio, "s", "'group-system'", change_filter_processes_state }
     };
 
     public Application () {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]