[geany/geany] b2ce44: Update Vala file template

Matthew Brush git-noreply at xxxxx
Sun May 4 04:37:41 UTC 2014


Branch:      refs/heads/master
Author:      Matthew Brush <matt at geany.org>
Committer:   Matthew Brush <matt at geany.org>
Date:        Sun, 04 May 2014 04:37:41 UTC
Commit:      b2ce441fb1ac7c463232d131fde0e58901c7f9b9
             https://github.com/geany/geany/commit/b2ce441fb1ac7c463232d131fde0e58901c7f9b9

Log Message:
-----------
Update Vala file template

Vala is not Java


Modified Paths:
--------------
    data/templates/files/main.vala

Modified: data/templates/files/main.vala
8 lines changed, 3 insertions(+), 5 deletions(-)
===================================================================
@@ -1,9 +1,7 @@
 {fileheader}
 
-class {untitled} : GLib.Object {
+public static int main(string[] args)
+{
 
-    public static int main(string[] args) {
-
-        return 0;
-    }
+	return 0;
 }



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list