Removed some extra spaces I'd added

This commit is contained in:
Patrick J Cherry
2018-02-02 20:46:25 +00:00
parent 6aa5907f5e
commit 9eb7072f49
3 changed files with 5 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ int nbd_check_hello( struct nbd_init_raw* init_raw, uint64_t* out_size, uint32_t
if ( NULL != out_size ) {
*out_size = be64toh( init_raw->size );
}
if ( NULL != out_flags ) {
*out_flags = be32toh( init_raw->flags );
}