[PATCH] D19242: clang-format: [JS] simplify import/export.
Daniel Jasper via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 19 05:27:09 PDT 2016
djasper accepted this revision.
djasper added a comment.
This revision is now accepted and ready to land.
Looks good.
================
Comment at: lib/Format/UnwrappedLineParser.cpp:1900
@@ +1899,3 @@
+ // to the terminating `;`. For everything else, just return and continue
+ // parsing the structural element (i.e. the declaration or expression for
+ // `export default`.
----------------
nit: Change parenthesis to comma or close it.
http://reviews.llvm.org/D19242
More information about the cfe-commits
mailing list