clang-format: [JS] Fix incorrect spacing around contextual keywords.
authorDaniel Jasper <djasper@google.com>
Thu, 17 Mar 2016 12:17:59 +0000 (12:17 +0000)
committerDaniel Jasper <djasper@google.com>
Thu, 17 Mar 2016 12:17:59 +0000 (12:17 +0000)
commita4607e1b88b5c6b862f495206cbd224ef3f42dff
tree70fcc484a75e4695981bb9e623633454039a3502
parent710f8493c898a31a36237353b37e39ea9f6a9777
clang-format: [JS] Fix incorrect spacing around contextual keywords.

Before:
  x.of ();

After:
  x.of();

llvm-svn: 263710
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTestJS.cpp