mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
Style: Remove uses of NULL, substituting nullptr
This commit is contained in:
parent
93f4388e45
commit
5d5c32cec1
7 changed files with 8 additions and 8 deletions
|
@ -760,7 +760,7 @@ void* bsearch(const void* key, const void* base, size_t nmemb, size_t size, int
|
|||
nmemb /= 2;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
div_t div(int numerator, int denominator)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue