mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-05-30 16:26:20 +00: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