Browse Source

Fix whitespace.

Martijn Laan 1 year ago
parent
commit
6f32b82fa4
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Projects/Src/Setup.ScriptRunner.pas

+ 1 - 2
Projects/Src/Setup.ScriptRunner.pas

@@ -609,10 +609,9 @@ function TScriptRunner.EvaluateUsedVariable(const Param1, Param2, Param3: LongIn
         Result := PSVariantToString(p, ClassProperties);
       end;
     end else
-    Result := PSVariantToString(p, ClassProperties);
+      Result := PSVariantToString(p, ClassProperties);
   end;
 
-
 begin
   case TPSVariableType(Param1) of
     ivtGlobal: