cleanup
This commit is contained in:
@@ -111,7 +111,7 @@ int power_of_two( int iInput )
|
|||||||
{
|
{
|
||||||
int iValue = 1;
|
int iValue = 1;
|
||||||
|
|
||||||
while ( iValue < iInput )
|
while( iValue < iInput )
|
||||||
iValue <<= 1;
|
iValue <<= 1;
|
||||||
|
|
||||||
return iValue;
|
return iValue;
|
||||||
|
|||||||
Reference in New Issue
Block a user