remove trailing whitespace

This commit is contained in:
computezrmle 2024-05-01 09:52:12 +02:00 committed by GitHub
parent 0b0608e8c5
commit 93b0345513
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2342,7 +2342,7 @@ int VBOX_VM::set_race_mitigation_lock(int& fd_race_mitigator, string& lock_name,
// lock_name should be derived from the full path of the disk's filename.
//
// Darwin limits the file name size to 32 characters (including the trailing '0').
// On POSIX we set a '/' as prefix.
// On POSIX we set a '/' as prefix.
// Hence, 'lock_name' must be shorter than 15 characters.
//
lock_name = "boinc_lock_";