refactor(Core): apply clang-tidy modernize-use-nullptr (#3819)

This commit is contained in:
Francesco Borzì 2020-12-06 20:55:11 +01:00 committed by GitHub
parent 161302252e
commit cba126fa84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 127 additions and 127 deletions

View file

@ -35,7 +35,7 @@ public:
static void Library_Init()
{
mysql_library_init(-1, NULL, NULL);
mysql_library_init(-1, nullptr, nullptr);
}
static void Library_End()