Address cpplint issue "Missing space before ( in if( [whitespace/parens] [5]"
This commit is contained in:
parent
29f3332276
commit
91cff2e6c7
5 changed files with 136 additions and 135 deletions
|
@ -33,7 +33,8 @@ static COLORREF GetAccentColor() {
|
||||||
GetBValue(color));
|
GetBValue(color));
|
||||||
success = true;
|
success = true;
|
||||||
}
|
}
|
||||||
else if(RegQueryValueEx(hkey, TEXT("ColorizationColor"), nullptr,
|
else if (
|
||||||
|
RegQueryValueEx(hkey, TEXT("ColorizationColor"), nullptr,
|
||||||
&type,
|
&type,
|
||||||
(BYTE*)&color,
|
(BYTE*)&color,
|
||||||
&(size = sizeof(color))) == ERROR_SUCCESS &&
|
&(size = sizeof(color))) == ERROR_SUCCESS &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue