diff --git a/etc/config/vala.defaults.properties b/etc/config/vala.defaults.properties index fc7b7e1ce..b79c7ab4b 100644 --- a/etc/config/vala.defaults.properties +++ b/etc/config/vala.defaults.properties @@ -10,4 +10,4 @@ compilers=vala defaultCompiler=vala compiler.vala.exe=/usr/bin/valac -compiler.vala.name=Vala \ No newline at end of file +compiler.vala.name=Vala diff --git a/examples/vala/default.vala b/examples/vala/default.vala index 46f20d9e3..a1eb427fa 100644 --- a/examples/vala/default.vala +++ b/examples/vala/default.vala @@ -4,4 +4,4 @@ int square (int num) { static int main () { return square (3); -} \ No newline at end of file +}