Fixing lint error.
This commit is contained in:
parent
bc34e00f22
commit
b6b685aa72
|
@ -76,8 +76,8 @@ static const char chan_names[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
void print_srcreg(StringBuffer* output, uint32_t num, uint32_t type,
|
void print_srcreg(StringBuffer* output, uint32_t num, uint32_t type,
|
||||||
uint32_t swiz, uint32_t negate, uint32_t abs_constants, bool const_rel,
|
uint32_t swiz, uint32_t negate, uint32_t abs_constants,
|
||||||
ShaderType shader_type) {
|
bool const_rel, ShaderType shader_type) {
|
||||||
if (negate) {
|
if (negate) {
|
||||||
output->Append('-');
|
output->Append('-');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue