Skip to content

libdv: Fix broken Unicode non-breaking space on macOS

amyspark requested to merge amyspark/cerbero:libdv-macos into main

Homebrewed Git 2.42.0 rejects this patch with --ignore-whitespace because in the original tarball, the trailing whitespace is an Unicode non-breaking space (U+00A0), while the patch incorporates an ASCII whitespace in its place.

Edited by amyspark

Merge request reports