ignore indentation in imported assembly (#2511)
* ignore indentation in imported assembly * oop * Update LAssembler.java
This commit is contained in:
@@ -81,6 +81,8 @@ public class LAssembler{
|
|||||||
|
|
||||||
if(index++ > max) break;
|
if(index++ > max) break;
|
||||||
|
|
||||||
|
line = line.replace("\t", "").trim();
|
||||||
|
|
||||||
try{
|
try{
|
||||||
String[] arr;
|
String[] arr;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user