style: aplicar readability-uppercase-literal-suffix

- Cambiar todos los literales float de minúscula a mayúscula (1.0f → 1.0F)
- 657 correcciones aplicadas automáticamente con clang-tidy
- Check 1/N completado

🤖 Generated with Claude Code
This commit is contained in:
2025-12-18 13:06:48 +01:00
parent 44cd0857e0
commit bc94eff176
41 changed files with 705 additions and 594 deletions

View File

@@ -59,13 +59,13 @@ std::vector<poligon> bales(MAX_BALES);
virt : ^pvirt;
procedure volca;
var i : word;
var i ; word;
begin
for i:=1 to 38400 do mem[$A000:i]:=mem[seg(virt^):i];
end;
procedure crear_poligon_regular(var pol : poligon; n : byte; r : real);
var i : word;
var i ; word;
act, interval : real;
aux : ipunt;
begin {getmem(pol.ipunts,{n*464000);}