You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2018/08/07 10:44:35 UTC

[royale-compiler] branch develop updated: Fixed indent

This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 894460f  Fixed indent
894460f is described below

commit 894460f6b677edbc6b83af9572644e5c073c6746
Author: Harbs <ha...@in-tools.com>
AuthorDate: Tue Aug 7 13:44:28 2018 +0300

    Fixed indent
---
 .../apache/royale/compiler/internal/codegen/js/utils/EmitterUtils.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/utils/EmitterUtils.java b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/utils/EmitterUtils.java
index d7ecbc7..9013dee 100644
--- a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/utils/EmitterUtils.java
+++ b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/utils/EmitterUtils.java
@@ -467,7 +467,7 @@ public class EmitterUtils
         }
         
         if (node == firstChild) 
-        	return true;
+        		return true;
 
         return false;
     }