top: just cosmetic changes, absolutely no code altered

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2016-10-07 01:11:11 -05:00 committed by Craig Small
parent ffeef98499
commit 7730bcf53d
2 changed files with 5 additions and 5 deletions

View File

@ -3688,9 +3688,9 @@ static inline int find_ofs (const WIN_t *q, const char *buf) {
/* This is currently the one true prototype require by top.
It is placed here, instead of top.h, so as to avoid a compiler
warning when top_nls.c is compiled. */
/* This is currently the only true prototype required by top.
It is placed here, instead of top.h, to avoid one compiler
warning when the top_nls.c source was compiled separately. */
static const char *task_show (const WIN_t *q, struct pids_stack *p);
static void find_string (int ch) {

View File

@ -159,7 +159,7 @@ char *strcasestr(const char *haystack, const char *needle);
/* ##### Enum's and Typedef's ############################################ */
/* Flags for each possible field (and then some) --
these MUST be kept in sync with the FLD_t Fieldstab[] array !! */
these MUST be kept in sync with the Fieldstab[] array !! */
enum pflag {
EU_PID = 0, EU_PPD,
EU_UED, EU_UEN, EU_URD, EU_URN, EU_USD, EU_USN,
@ -581,7 +581,7 @@ typedef struct WIN_t {
//atic const char *scale_pcnt (float num, int width, int justr);
//atic const char *scale_tics (TIC_t tics, int width, int justr);
/*------ Fields Management support -------------------------------------*/
/*atic FLD_t Fieldstab[] = { ... } */
/*atic struct Fieldstab[] = { ... } */
//atic void adj_geometry (void);
//atic void build_headers (void);
//atic void calibrate_fields (void);