[iagno] Code cleanup as per gnome coding conventions
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [iagno] Code cleanup as per gnome coding conventions
- Date: Tue, 21 Oct 2014 17:59:41 +0000 (UTC)
commit c887c849d2be1986ada03316da481ed1ccbd3bbd
Author: Sahil Sareen <sahil sareen hotmail com>
Date: Tue Oct 21 18:28:42 2014 +0530
Code cleanup as per gnome coding conventions
Code convention fixes
https://bugzilla.gnome.org/show_bug.cgi?id=738933
src/iagno.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/iagno.vala b/src/iagno.vala
index 5cb9a14..f4ef035 100644
--- a/src/iagno.vala
+++ b/src/iagno.vala
@@ -143,7 +143,7 @@ public class Iagno : Gtk.Application
return -1;
}
- protected override void startup()
+ protected override void startup ()
{
base.startup ();
var builder = new Gtk.Builder.from_resource ("/org/gnome/iagno/ui/iagno.ui");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]