Fix some whitespace issues

This commit is contained in:
Seth Hall 2019-07-29 16:00:34 -04:00
parent e2596b1c64
commit 9931b07fae
2 changed files with 106 additions and 108 deletions

View file

@ -3295,17 +3295,17 @@ export {
##
type SMB2::Fscontrol: record {
## minimum amount of free disk space required to begin document filtering
free_space_start_filtering : int;
free_space_start_filtering : int;
## minimum amount of free disk space required to continue document filtering
free_space_threshold : int;
free_space_threshold : int;
## minimum amount of free disk space required to continue document filtering
free_space_threshold : int;
free_space_threshold : int;
## default per-user disk quota
delete_quota_threshold : count;
delete_quota_threshold : count;
## default per-user disk limit
default_quota_limit : count;
default_quota_limit : count;
## file systems control flags passed as unsigned int
fs_control_flags : count;
fs_control_flags : count;
};
## This information class is used to query or set extended attribute (EA) information for a file.