Commit Graph

1 Commits (5cc21c5498b758656cad3652d32329e021d11c97)

Author SHA1 Message Date
Christopher Chedeau 3dcf46c77c Do not put spaces on empty for loop (#169)
```js
for (;;) {
```

instead of

```js
for (; ; ) {
```
2017-01-13 13:00:32 -05:00