aboutsummaryrefslogtreecommitdiff
path: root/core/helper/math_fieldwise.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-12-06 19:54:22 +0100
committerRémi Verschelde2017-12-07 08:02:00 +0100
commitd5ca9e2f6fa47b899fb28dc07cd321e1719b36de (patch)
tree33d39e1299ed9258c4c196b2e0be24fc900251d3 /core/helper/math_fieldwise.cpp
parent9ff17379c24a800dc598bf41a5981fc5d1c54291 (diff)
downloadgodot-d5ca9e2f6fa47b899fb28dc07cd321e1719b36de.tar.gz
godot-d5ca9e2f6fa47b899fb28dc07cd321e1719b36de.tar.zst
godot-d5ca9e2f6fa47b899fb28dc07cd321e1719b36de.zip
Diffstat (limited to 'core/helper/math_fieldwise.cpp')
-rw-r--r--core/helper/math_fieldwise.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/helper/math_fieldwise.cpp b/core/helper/math_fieldwise.cpp
index 2cd8a4f39..27acd40cd 100644
--- a/core/helper/math_fieldwise.cpp
+++ b/core/helper/math_fieldwise.cpp
@@ -46,8 +46,8 @@ Variant fieldwise_assign(const Variant &p_target, const Variant &p_source, const
switch (p_source.get_type()) {
- /* clang-format makes a mess of this macro usage */
- /* clang-format off */
+ /* clang-format makes a mess of this macro usage */
+ /* clang-format off */
case Variant::VECTOR2: {