summaryrefslogtreecommitdiffstats
path: root/platform/android/java/src/org/godotengine/godot/Godot.java
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-10-29 23:47:40 +0100
committerRémi Verschelde <rverschelde@gmail.com>2018-10-29 23:47:40 +0100
commitbfd1f09ac515706e4c55335cf4be22676adefd6d (patch)
tree083bc3d5600df944a877c5f5a2535229e4f90418 /platform/android/java/src/org/godotengine/godot/Godot.java
parent7e8cffc03f9a9f68bf1d2fdd111d8afb98e8410d (diff)
downloadredot-engine-bfd1f09ac515706e4c55335cf4be22676adefd6d.tar.gz
Style: Apply clang-format to wrongly formatted files
Diffstat (limited to 'platform/android/java/src/org/godotengine/godot/Godot.java')
-rw-r--r--platform/android/java/src/org/godotengine/godot/Godot.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/java/src/org/godotengine/godot/Godot.java b/platform/android/java/src/org/godotengine/godot/Godot.java
index ab37f7a02c..88194f00d1 100644
--- a/platform/android/java/src/org/godotengine/godot/Godot.java
+++ b/platform/android/java/src/org/godotengine/godot/Godot.java
@@ -279,7 +279,7 @@ public class Godot extends Activity implements SensorEventListener, IDownloaderC
// ...add to FrameLayout
layout.addView(edittext);
- mView = new GodotView(getApplication(), io, use_gl3, use_32_bits, use_debug_opengl,this);
+ mView = new GodotView(getApplication(), io, use_gl3, use_32_bits, use_debug_opengl, this);
layout.addView(mView, new LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.FILL_PARENT));
edittext.setView(mView);
io.setEdit(edittext);