1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-25 15:37:42 +00:00

#18051: Fix indentation issues introduced during clean up

(cherry picked from commit 6b611e6431)
This commit is contained in:
Xavier Cho
2018-04-17 07:53:27 +09:00
committed by Hein-Pieter van Braam
parent d330bee1c2
commit 57c281557a
6 changed files with 16 additions and 16 deletions

View File

@@ -100,7 +100,7 @@ namespace Godot
public Vector2 Clamped(real_t length)
{
var v = this;
real_t l = Length();
real_t l = Length();
if (l > 0 && length < l)
{