Re: [PATCH phonesim 13/13] Use bool literals

2019-11-18 Thread Denis Kenzior
Hi Jonah, On 11/12/19 3:37 PM, Jonah BrĂ¼chert wrote: Done using the modernize-use-bool-literals of clang-tidy --- src/qsmsmessage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. Regards, -Denis ___ ofono mailing list

[PATCH phonesim 13/13] Use bool literals

2019-11-12 Thread Jonah BrĂ¼chert
Done using the modernize-use-bool-literals of clang-tidy --- src/qsmsmessage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qsmsmessage.cpp b/src/qsmsmessage.cpp index 1d0f733..06845bf 100644 --- a/src/qsmsmessage.cpp +++ b/src/qsmsmessage.cpp @@ -1565,7 +1565,7 @@