Fix white space damage

This commit is contained in:
Federico Rojas
2020-03-19 17:22:35 +01:00
parent 9a0e70450f
commit 594d4cd208
4 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ VAR
bRestoreExecute: BOOL := FALSE;
bExecuteReadEncRefSys: BOOL := FALSE;
nRetry: INT;
iAxes : UINT; //index for for loops in Position recovery actions
iAxes : UINT; //index for for loops in Position recovery actions
aFbReadEncRefSys: ARRAY [1..gvl_app.nAxisNum] OF MC_ReadParameter;
aFbRestorePosition: ARRAY [1..GVL_app.nAxisNum] OF MC_SetPosition;
fbGetDeviceIdentification: FB_GetDeviceIdentification;

View File

@@ -5,7 +5,7 @@
FUNCTION_BLOCK FB_tcUNIT_common
VAR
END_VAR]]></Declaration>
<Implementation>
<ST><![CDATA[]]></ST>

View File

@@ -52,7 +52,7 @@ VAR
InitialValue: LREAL;
Result: LREAL;
ExpectedResult: LREAL;
nCycle: UINT;
nCycleMax: UINT := 100;
END_VAR]]></Declaration>
@@ -111,7 +111,7 @@ TEST_FINISHED();]]></ST>
VAR
Result: BOOL;
ExpectedResult: BOOL;
nCycle: UINT;
nMaxCycles: UINT := 30;
END_VAR]]></Declaration>
@@ -169,7 +169,7 @@ AssertEquals_LREAL(Expected := ExpectedResult,
VAR
Result: BOOL;
ExpectedResult: BOOL;
nCycle: UINT;
nMaxCycles: UINT := 30;
END_VAR]]></Declaration>