diff options
author | Daniel Jasper <djasper@google.com> | 2016-11-01 06:22:59 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2016-11-01 06:22:59 +0000 |
commit | 71e50af675c12197ebaf8d2782e8a9a59c428e29 (patch) | |
tree | 21556d1e3fc9504b08041945a46a160ab4d4f933 /llvm/unittests/Support/CommandLineTest.cpp | |
parent | 4d67dd77a1a0109cce42ab4e7650051449075e1d (diff) | |
download | llvm-71e50af675c12197ebaf8d2782e8a9a59c428e29.zip llvm-71e50af675c12197ebaf8d2782e8a9a59c428e29.tar.gz llvm-71e50af675c12197ebaf8d2782e8a9a59c428e29.tar.bz2 |
clang-format: [JS] Fix formatting of generator functions.
Before:
var x = {
a: function*
() {
//
}
}
After:
var x = {
a: function*() {
//
}
}
llvm-svn: 285670
Diffstat (limited to 'llvm/unittests/Support/CommandLineTest.cpp')
0 files changed, 0 insertions, 0 deletions