From 8168108a8a7c4470fded319953b33668e21eff2f Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Mon, 10 Apr 2023 22:49:15 -0500 Subject: [PATCH] Missing line endings --- etc/config/vala.defaults.properties | 2 +- examples/vala/default.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 +}