[gnome-games] Remove extra trailing newlines at end of files



commit 375632c13ea86f5c521b3aebc46235dc804c4964
Author: Megh Parikh <meghprkh gmail com>
Date:   Thu Jul 14 14:36:50 2016 +0530

    Remove extra trailing newlines at end of files

 .editorconfig                   |    1 -
 README                          |    1 -
 autogen.sh                      |    1 -
 po/hu.po                        |    1 -
 src/command/command-runner.vala |    1 -
 src/retro/retro-runner.vala     |    1 -
 src/ui/application.vala         |    1 -
 src/ui/dummy-display.vala       |    1 -
 src/ui/quit-dialog.vala         |    1 -
 src/ui/remote-display.vala      |    1 -
 src/ui/resume-dialog.vala       |    1 -
 11 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/.editorconfig b/.editorconfig
index 60f9b8a..c401b27 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -24,4 +24,3 @@ indent_style = tab
 indent_size = 8
 tab_size = 8
 indent_style = space
-
diff --git a/README b/README
index e904f27..7e472d1 100644
--- a/README
+++ b/README
@@ -1,3 +1,2 @@
 Games is a game manager application for GNOME.
 More information on https://wiki.gnome.org/Design/Playground/Games
-
diff --git a/autogen.sh b/autogen.sh
index 99fbb04..d13e030 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -36,4 +36,3 @@ if [ "$NOCONFIGURE" = "" ]; then
 else
         echo "Skipping configure process."
 fi
-
diff --git a/po/hu.po b/po/hu.po
index 313613e..760639f 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -194,4 +194,3 @@ msgstr "Tudjon meg többet a GNOME Játékokról"
 #: ../src/ui/application.vala:151
 msgid "translator-credits"
 msgstr "Úr Balázs <urbalazs gmail com>"
-
diff --git a/src/command/command-runner.vala b/src/command/command-runner.vala
index 353f4f3..baa61cf 100644
--- a/src/command/command-runner.vala
+++ b/src/command/command-runner.vala
@@ -76,4 +76,3 @@ public class Games.CommandRunner : Object, Runner {
                stopped ();
        }
 }
-
diff --git a/src/retro/retro-runner.vala b/src/retro/retro-runner.vala
index 5e9d8de..0fb60da 100644
--- a/src/retro/retro-runner.vala
+++ b/src/retro/retro-runner.vala
@@ -397,4 +397,3 @@ public class Games.RetroRunner : Object, Runner {
                }
        }
 }
-
diff --git a/src/ui/application.vala b/src/ui/application.vala
index 7b99e86..b99591a 100644
--- a/src/ui/application.vala
+++ b/src/ui/application.vala
@@ -200,4 +200,3 @@ public class Games.Application : Gtk.Application {
        }
 
 }
-
diff --git a/src/ui/dummy-display.vala b/src/ui/dummy-display.vala
index 8542bef..7f32a61 100644
--- a/src/ui/dummy-display.vala
+++ b/src/ui/dummy-display.vala
@@ -3,4 +3,3 @@
 [GtkTemplate (ui = "/org/gnome/Games/ui/dummy-display.ui")]
 private class Games.DummyDisplay : Gtk.Box {
 }
-
diff --git a/src/ui/quit-dialog.vala b/src/ui/quit-dialog.vala
index 11bbe63..a5f4796 100644
--- a/src/ui/quit-dialog.vala
+++ b/src/ui/quit-dialog.vala
@@ -6,4 +6,3 @@ private class Games.QuitDialog : Gtk.Dialog {
                use_header_bar = 1; // FIXME: Why doesn't this work from UI file?
        }
 }
-
diff --git a/src/ui/remote-display.vala b/src/ui/remote-display.vala
index d0c8335..a88ca01 100644
--- a/src/ui/remote-display.vala
+++ b/src/ui/remote-display.vala
@@ -3,4 +3,3 @@
 [GtkTemplate (ui = "/org/gnome/Games/ui/remote-display.ui")]
 public class Games.RemoteDisplay : Gtk.Box {
 }
-
diff --git a/src/ui/resume-dialog.vala b/src/ui/resume-dialog.vala
index 2e69ab3..69187e1 100644
--- a/src/ui/resume-dialog.vala
+++ b/src/ui/resume-dialog.vala
@@ -6,4 +6,3 @@ private class Games.ResumeDialog : Gtk.Dialog {
                use_header_bar = 1; // FIXME: Why doesn't this work from UI file?
        }
 }
-


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