mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Remove trailing whitespace
This commit is contained in:
@@ -76,7 +76,7 @@ int CpuId(uint32 input, uint32 output[4])
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
// function 0 returns the highest basic function understood in EAX
|
||||
if(input == 0)
|
||||
return !!output[0]? 1 : 0;
|
||||
|
||||
Reference in New Issue
Block a user