Change tab to 2 spaces.

This commit is contained in:
scorpioblood
2024-05-13 23:11:29 +02:00
parent dee63c38e2
commit 3e58f65d28
30 changed files with 4853 additions and 4852 deletions

View File

@@ -4,9 +4,9 @@ namespace PMath = Phanes::Core::Math;
int main()
{
float t = 2;
PMath::Clamp(t, 2.0f, 4.0f);
float t = 2;
PMath::Clamp(t, 2.0f, 4.0f);
return 0;
return 0;
}