only tab indentation (#17408)

* only tab indentation

* .
This commit is contained in:
Kashargul
2025-03-23 15:28:15 +01:00
committed by GitHub
parent 6e881d8336
commit 2556102719
84 changed files with 761 additions and 753 deletions
@@ -28,8 +28,8 @@
H = HS
break
// Either we found a valid stack, in which case increment amount,
// Or we need to make a new stack
// Either we found a valid stack, in which case increment amount,
// Or we need to make a new stack
if(istype(H))
H.add(1)
else
@@ -25,8 +25,8 @@
H = HS
break
// Either we found a valid stack, in which case increment amount,
// Or we need to make a new stack
// Either we found a valid stack, in which case increment amount,
// Or we need to make a new stack
if(istype(H))
H.add(1)
else