Browse Source

* spaces instead of tabs

Sven/Sarah Barth 1 week ago
parent
commit
b7d1cba97f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/symsym.pas

+ 2 - 2
compiler/symsym.pas

@@ -754,10 +754,10 @@ implementation
               begin
                 comment(v_error,'Symbol '+realname+' from module '+tmod.mainsource+' registered with current module '+current_module.mainsource);
               end;
-	    if not assigned(tmod) then
+            if not assigned(tmod) then
               tmod:=current_module;
           end
-	else
+        else
           tmod:=current_module;
         { Register in current_module }
         if assigned(tmod) then