Fix the indentation and spacing that don't conform to the coding standard.

This commit is contained in:
Erdem Meydanli 2020-05-28 19:03:43 +02:00 committed by patacongo
parent 7f018e7898
commit 20ef084712

View File

@ -393,8 +393,9 @@ struct SETATTR3resok
struct wcc_data wcc_data; struct wcc_data wcc_data;
}; };
/* The actual size of the lookup argument is variable. These structures are, therefore, /* The actual size of the lookup argument is variable.
* only useful in setting aside maximum memory usage for the LOOKUP arguments. * These structures are, therefore, only useful in setting
* aside maximum memory usage for the LOOKUP arguments.
*/ */
struct LOOKUP3filename struct LOOKUP3filename
@ -525,8 +526,8 @@ struct READDIR3args
uint32_t count; uint32_t count;
}; };
/* The READDIR reply is variable length and consists of multiple entries, each /* The READDIR reply is variable length and consists of multiple entries,
* of form: * each of form:
* *
* EOF - OR - * EOF - OR -
* *