Skip to content
Snippets Groups Projects
Commit 0c34d7f1 authored by Guy Zana's avatar Guy Zana
Browse files

java: fix use of tabs in the ELFLoader class

parent 203eec45
No related branches found
No related tags found
No related merge requests found
...@@ -20,11 +20,11 @@ public class ELFLoader { ...@@ -20,11 +20,11 @@ public class ELFLoader {
} }
try { try {
long exitcode = Exec.run(argv); long exitcode = Exec.run(argv);
RhinoCLI._scope.put("_exitcode", RhinoCLI._scope, exitcode); RhinoCLI._scope.put("_exitcode", RhinoCLI._scope, exitcode);
return true; return true;
} catch (IOException e) { } catch (IOException e) {
return false; return false;
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment