diff options
| author | Martin Probst <martin@probst.io> | 2017-04-05 10:56:07 +0000 |
|---|---|---|
| committer | Martin Probst <martin@probst.io> | 2017-04-05 10:56:07 +0000 |
| commit | c4a3d081a913dc44279d9985910c0642f18bab7a (patch) | |
| tree | cbb2675a4bc1a46dda46f5eea9ac03cd0814756f /llvm/lib/Target/TargetMachine.cpp | |
| parent | 5fbd93b21a8d22bce222833a1efad5b7bd82bdb1 (diff) | |
| download | bcm5719-llvm-c4a3d081a913dc44279d9985910c0642f18bab7a.tar.gz bcm5719-llvm-c4a3d081a913dc44279d9985910c0642f18bab7a.zip | |
clang-format: [JS] fix whitespace around "of" operator.
Summary:
Previously:
import {of } from 'x';
of (null);
Now:
import {of} from 'x';
of(null);
Reviewers: djasper
Subscribers: cfe-commits, klimek
Differential Revision: https://reviews.llvm.org/D31698
llvm-svn: 299533
Diffstat (limited to 'llvm/lib/Target/TargetMachine.cpp')
0 files changed, 0 insertions, 0 deletions

