mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-23 01:01:08 +00:00
style
Signed-off-by: Johan Pascal <johan.pascal@belledonne-communications.com>
This commit is contained in:
parent
9bc50b0122
commit
104031547f
|
@ -645,7 +645,7 @@ find_in_both() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if grep "$srv_pattern" $3 >/dev/null; then :
|
if grep "$srv_pattern" $3 >/dev/null; then :
|
||||||
return 0;
|
return 0;
|
||||||
else
|
else
|
||||||
return 1;
|
return 1;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue