[PATCH] D29186: clang-format: [JS] do not format MPEG transport streams.

Daniel Jasper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 26 09:49:06 PST 2017


djasper accepted this revision.
djasper added inline comments.
This revision is now accepted and ready to land.


================
Comment at: unittests/Format/FormatTestJS.cpp:1002
+TEST_F(FormatTestJS, IgnoresMpegTS) {
+  char mpegTS[200];
+  mpegTS[0] = 0x47;
----------------
nit: Should be MpegTS.


https://reviews.llvm.org/D29186





More information about the cfe-commits mailing list