Skip to content

Commit 4bcdef0

Browse files
committed
Replace tabs with spaces
1 parent 6282ae6 commit 4bcdef0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/compile/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ function Compile(input, options, callback) {
5050
args.free = options.free;
5151
}
5252

53-
if(options.l) {
54-
args.l = options.l;
55-
}
53+
if (options.l) {
54+
args.l = options.l;
55+
}
5656

5757
Exec(OArgv(args, "cobc"), {
5858
cwd: options.cwd

0 commit comments

Comments
 (0)