wrapper: Format with clang-tidy (see #3632)

This commit is contained in:
Marshall Greenblatt
2024-01-20 12:34:13 -05:00
parent befa827da1
commit 4ea1b6f293
11 changed files with 43 additions and 49 deletions

View File

@ -144,7 +144,7 @@ class CefScopedArgArray {
values_[i] = argv[i];
array_[i] = const_cast<char*>(values_[i].c_str());
}
array_[argc] = NULL;
array_[argc] = nullptr;
}
CefScopedArgArray(const CefScopedArgArray&) = delete;