mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
upstream commit
whitespace
This commit is contained in:
parent
141efe4954
commit
e81cba066c
2
bitmap.c
2
bitmap.c
@ -154,7 +154,6 @@ bitmap_nbits(struct bitmap *b)
|
|||||||
bits--;
|
bits--;
|
||||||
}
|
}
|
||||||
return bits;
|
return bits;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t
|
size_t
|
||||||
@ -181,7 +180,6 @@ bitmap_to_string(struct bitmap *b, void *p, size_t l)
|
|||||||
s[need - 1 - k++] = (b->d[i] >> (j * 8)) & 0xff;
|
s[need - 1 - k++] = (b->d[i] >> (j * 8)) & 0xff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user