Make sure that there is one space between if and condition
This commit is contained in:
parent
638fad2d36
commit
17702dbad2
@ -151,5 +151,6 @@ bool uiplib_hwmacconv(const char *hwstr, uint8_t *hw)
|
|||||||
}
|
}
|
||||||
while(c != ':' && c != 0);
|
while(c != ':' && c != 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user