whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
0d2e0de42b
commit
4c201c00a3
5 changed files with 12 additions and 12 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
void FAST_FUNC nuke_str(char *str)
|
||||
{
|
||||
if (str) {
|
||||
if (str) {
|
||||
while (*str)
|
||||
*str++ = 0;
|
||||
/* or: memset(str, 0, strlen(str)); - not as small as above */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue