Misc. style fixes

This commit is contained in:
Tillmann Karras
2015-10-10 17:44:42 +02:00
parent e955a3a191
commit 0f1b287402
5 changed files with 8 additions and 10 deletions

View File

@ -235,7 +235,7 @@ public:
while (true)
{
u8 shouldExist = (list_cur ? 1 : 0);
u8 shouldExist = !!list_cur;
Do(shouldExist);
if (shouldExist == 1)
{