Skip to content

Commit 103024a

Browse files
committed
Need space?
1 parent f7feced commit 103024a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

release/NativeEditPlugin/scripts/NativeEditBox.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ IEnumerator InitializeAtEndOfFrame()
156156
yield return new WaitForEndOfFrame();
157157

158158
this.PrepareNativeEdit();
159-
#if (UNITY_IPHONE || UNITY_ANDROID) &&!UNITY_EDITOR
159+
#if (UNITY_IPHONE || UNITY_ANDROID) && !UNITY_EDITOR
160160
this.CreateNativeEdit();
161161
this.SetTextNative(this.objUnityText.text);
162162

@@ -387,7 +387,7 @@ void ForceSendKeydown_Android(string key)
387387

388388
void UpdateForceKeyeventForAndroid()
389389
{
390-
#if UNITY_ANDROID &&!UNITY_EDITOR
390+
#if UNITY_ANDROID && !UNITY_EDITOR
391391

392392
if (Input.anyKeyDown)
393393
{

0 commit comments

Comments
 (0)