[clang-format] Fix style of css file paths
authorDiego Astiazaran <diegoaat97@gmail.com>
Fri, 26 Jul 2019 18:02:42 +0000 (18:02 +0000)
committerDiego Astiazaran <diegoaat97@gmail.com>
Fri, 26 Jul 2019 18:02:42 +0000 (18:02 +0000)
commitd6cdd98a25b85a4c14a79542f5b832b21fc5592a
tree1a7599f373b05269f1fa23fa8774409485b50d17
parent51dcb292cc002ad6ec88d7d929a96407c0685066
[clang-format] Fix style of css file paths

CSS files included in HTML should have a path in posix style, it should
not be different for Windows.

Differential Revision: https://reviews.llvm.org/D65309

llvm-svn: 367137
clang-tools-extra/clang-doc/HTMLGenerator.cpp
clang-tools-extra/unittests/clang-doc/HTMLGeneratorTest.cpp