From 91d8817edb85f32907bb25685552c9282bdb8237 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Sun, 12 Jun 2016 13:57:15 -0400 Subject: [PATCH] calculator: fix indentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- examples/calculator/src/calculator.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/calculator/src/calculator.nit b/examples/calculator/src/calculator.nit index c9db316..1d02e87 100644 --- a/examples/calculator/src/calculator.nit +++ b/examples/calculator/src/calculator.nit @@ -14,7 +14,7 @@ # Portable calculator UI module calculator is -app_name "app.nit Calc." + app_name "app.nit Calc." app_version(0, 1, git_revision) app_namespace "org.nitlanguage.calculator" -- 1.7.9.5