diff options
Diffstat (limited to 'source/Plugins/Language/ObjC/CF.cpp')
| -rw-r--r-- | source/Plugins/Language/ObjC/CF.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Plugins/Language/ObjC/CF.cpp b/source/Plugins/Language/ObjC/CF.cpp index 9bb8eeab1d2e..e3dab5a1442d 100644 --- a/source/Plugins/Language/ObjC/CF.cpp +++ b/source/Plugins/Language/ObjC/CF.cpp @@ -149,7 +149,7 @@ bool lldb_private::formatters::CFBitVectorSummaryProvider( } } - if (is_type_ok == false) + if (!is_type_ok) return false; Status error; |
