library: fixed miscellaneous whitespace/comment issues
. ensure whitespace exists between the code & comments [ changing txt slightly keeps right margin alignment ] . strive for more consistency with some comment styles [ don't use C '/*' style where C++ '//' style exists ] . removed the instance of double space in 1 assignment [ still striving for consistency in whitespace usage ] . fixed comment relating to number of 'derived fields' [ the <meminfo> api recently added one new such enum ] Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
@ -510,7 +510,7 @@ static struct {
|
||||
|
||||
/* please note,
|
||||
* this enum MUST be 1 greater than the highest value of any enum */
|
||||
enum pids_item PIDS_logical_end = PIDS_WCHAN_NAME + 1;
|
||||
enum pids_item PIDS_logical_end = PIDS_WCHAN_NAME + 1;
|
||||
|
||||
#undef setNAME
|
||||
#undef freNAME
|
||||
|
Reference in New Issue
Block a user