mirror of
https://github.com/Zygo/bees.git
synced 2025-06-16 17:46:16 +02:00
trivial: mass purge of whitespace errors
Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -913,7 +913,7 @@ namespace crucible {
|
||||
ostream &
|
||||
operator<<(ostream &os, const BtrfsIoctlSearchHeader &hdr)
|
||||
{
|
||||
os << "BtrfsIoctlSearchHeader { "
|
||||
os << "BtrfsIoctlSearchHeader { "
|
||||
<< static_cast<const btrfs_ioctl_search_header &>(hdr)
|
||||
<< ", data = ";
|
||||
hexdump(os, hdr.m_data);
|
||||
@ -923,7 +923,7 @@ namespace crucible {
|
||||
ostream &
|
||||
operator<<(ostream &os, const BtrfsIoctlSearchKey &key)
|
||||
{
|
||||
os << "BtrfsIoctlSearchKey { "
|
||||
os << "BtrfsIoctlSearchKey { "
|
||||
<< static_cast<const btrfs_ioctl_search_key &>(key)
|
||||
<< ", buf_size = " << key.m_buf_size
|
||||
<< ", buf[" << key.m_result.size() << "] = {";
|
||||
|
Reference in New Issue
Block a user