dm: fix undue/missing spaces

Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
This commit is contained in:
Heinz Mauelshagen
2023-01-30 21:43:57 +01:00
committed by Mike Snitzer
parent a4a82ce3d2
commit 43be9c743c
8 changed files with 12 additions and 13 deletions

View File

@@ -85,12 +85,12 @@ struct wc_entry {
unsigned short wc_list_contiguous;
bool write_in_progress
#if BITS_PER_LONG == 64
:1
: 1
#endif
;
unsigned long index
#if BITS_PER_LONG == 64
:47
: 47
#endif
;
unsigned long age;