From e5aa911ef06e497a92e389fe8830e7a386fe0623 Mon Sep 17 00:00:00 2001 From: Kristina Jurisic Date: Tue, 15 Jun 2021 15:19:17 +0200 Subject: [PATCH] Fix white space damage --- solution/tc_project_app/GVLs/GVL_APP.TcGVL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/solution/tc_project_app/GVLs/GVL_APP.TcGVL b/solution/tc_project_app/GVLs/GVL_APP.TcGVL index 4f52f09..f312e4a 100644 --- a/solution/tc_project_app/GVLs/GVL_APP.TcGVL +++ b/solution/tc_project_app/GVLs/GVL_APP.TcGVL @@ -8,7 +8,8 @@ END_VAR VAR_GLOBAL CONSTANT nAXIS_NUM : UINT:=0; - nPNEUMATIC_AXIS_NUM : UINT:=0; -END_VAR]]> + nPNEUMATIC_AXIS_NUM : UINT:=0; +END_VAR +]]> \ No newline at end of file