Skip to content

Commit 096e08d

Browse files
committed
NULL -> nullptr
1 parent 40a2e1e commit 096e08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/Language/Swift/SwiftFormatters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ SyntheticChildrenFrontEnd *
11991199
lldb_private::formatters::swift::TaskGroupSyntheticFrontEndCreator(
12001200
CXXSyntheticChildren *, lldb::ValueObjectSP valobj_sp) {
12011201
if (!valobj_sp)
1202-
return NULL;
1202+
return nullptr;
12031203
return new TaskGroupSyntheticFrontEnd(valobj_sp);
12041204
}
12051205

0 commit comments

Comments
 (0)