mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
c304be7cfd
The `printReindented` function searches for Unix style line endings (`\n`), but strings may have Windows style line endings (`\r\n`). Prior to this change, generated document sections could have extra indentation, which some markdown renderers interpret as code blocks rather than paragraphs. Differential Revision: https://reviews.llvm.org/D153591 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
IndentedOstreamTest.cpp | ||
MathExtrasTest.cpp | ||
StorageUniquerTest.cpp |