mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
clang-tidy: Use default member initialization
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#include <windows.h> // CreateFileW
|
||||
|
||||
cmFileLock::cmFileLock()
|
||||
: File(INVALID_HANDLE_VALUE)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user