Skip to content

Commit 6416a3e

Browse files
committed
Correct mbedtls-cmake-findpy.patch whitespace.
mbedtls-cmake-findpy.patch lacks some whitespace that exists in the target file, which causes patch application failure when the patch tool is strict about whitespace. This teensy diff makes the patch's whitespace strictly match that in the target file.
1 parent 7647ab5 commit 6416a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/patches/mbedtls-cmake-findpy.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ index 8833246..2ed55ed 100644
1919
+cmake_policy(SET CMP0012 NEW)
2020
+
2121
if(TEST_CPP)
22-
project("mbed TLS" C CXX)
22+
project("mbed TLS" C CXX)
2323
else()

0 commit comments

Comments
 (0)