White space cleanup. No functional change.

Sponsored by: Netflix
This commit is contained in:
Kirk McKusick 2019-11-20 01:14:22 +00:00
parent 486b9a61f7
commit a743db52ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354873

View File

@ -264,7 +264,7 @@ struct buf {
#define BX_BKGRDWRITE 0x00000010 /* Do writes in background */
#define BX_BKGRDMARKER 0x00000020 /* Mark buffer for splay tree */
#define BX_ALTDATA 0x00000040 /* Holds extended data */
#define BX_FSPRIV 0x00FF0000 /* filesystem-specific flags mask */
#define BX_FSPRIV 0x00FF0000 /* Filesystem-specific flags mask */
#define PRINT_BUF_XFLAGS "\20\7altdata\6bkgrdmarker\5bkgrdwrite\2clean\1dirty"