Skip to content

Commit

Permalink
Replace tabs with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Jul 8, 2016
1 parent 6282ae6 commit 4bcdef0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/compile/index.js
Expand Up @@ -50,9 +50,9 @@ function Compile(input, options, callback) {
args.free = options.free;
}

if(options.l) {
args.l = options.l;
}
if (options.l) {
args.l = options.l;
}

Exec(OArgv(args, "cobc"), {
cwd: options.cwd
Expand Down

0 comments on commit 4bcdef0

Please sign in to comment.