clang-format: [JS] Fix regression caused by r239592.
authorDaniel Jasper <djasper@google.com>
Fri, 12 Jun 2015 04:56:34 +0000 (04:56 +0000)
committerDaniel Jasper <djasper@google.com>
Fri, 12 Jun 2015 04:56:34 +0000 (04:56 +0000)
commit259188b1b58e9441d0aff11537a589b61ce611ed
tree1f07d9ed9e4427e5096e195b1088860f426a400a
parent910807d4b9ee588e51e34ccb7804758123a78423
clang-format: [JS] Fix regression caused by r239592.

Without it, it would do:

  interface I {
    x: string;
  } var y;

llvm-svn: 239593
clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/FormatTestJS.cpp