aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/texture.h
diff options
context:
space:
mode:
authorRémi Verschelde2017-07-30 22:53:40 +0200
committerRémi Verschelde2017-07-30 22:53:40 +0200
commit76005a8e75d4e63ad0477e11dbc8cc1c86666875 (patch)
treee177bf6b716fe267ac39ec3047ff0a2156e0a59b /scene/resources/texture.h
parent55494073081bd111dc6af8502f77cf344c64b56c (diff)
downloadgodot-76005a8e75d4e63ad0477e11dbc8cc1c86666875.tar.gz
godot-76005a8e75d4e63ad0477e11dbc8cc1c86666875.tar.zst
godot-76005a8e75d4e63ad0477e11dbc8cc1c86666875.zip
Style: Apply clang-format on all files
Thus fixing some invalid changes that had still made it to the master branch.
Diffstat (limited to 'scene/resources/texture.h')
-rw-r--r--scene/resources/texture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/texture.h b/scene/resources/texture.h
index 9bbbd1d09..6c20c71af 100644
--- a/scene/resources/texture.h
+++ b/scene/resources/texture.h
@@ -414,7 +414,7 @@ public:
void set_width(int p_width);
int get_width() const;
- void ensure_default_setup(float p_min=0, float p_max=1);
+ void ensure_default_setup(float p_min = 0, float p_max = 1);
void set_curve(Ref<Curve> p_curve);
Ref<Curve> get_curve() const;