zap trailing whitespace and tabs
This commit is contained in:
parent
8b897ac235
commit
2990d002be
179 changed files with 992 additions and 992 deletions
|
@ -105,4 +105,4 @@ index the index of this child in the call graph listing,
|
||||||
fields as a function entry. Below it are listed
|
fields as a function entry. Below it are listed
|
||||||
the members of the cycle, and their contributions
|
the members of the cycle, and their contributions
|
||||||
to the time and call counts of the cycle.
|
to the time and call counts of the cycle.
|
||||||
|
|
||||||
|
|
|
@ -29,4 +29,4 @@ name the name of the function. This is the minor sort
|
||||||
the function in the gprof listing. If the index is
|
the function in the gprof listing. If the index is
|
||||||
in parenthesis it shows where it would appear in
|
in parenthesis it shows where it would appear in
|
||||||
the gprof listing if it were to be printed.
|
the gprof listing if it were to be printed.
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
/* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED */
|
/* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED */
|
||||||
/* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR */
|
/* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR */
|
||||||
/* PURPOSE. */
|
/* PURPOSE. */
|
||||||
|
|
||||||
#ifndef OPTIONS_H
|
#ifndef OPTIONS_H
|
||||||
#define OPTIONS_H
|
#define OPTIONS_H
|
||||||
#include "scanopt.h"
|
#include "scanopt.h"
|
||||||
|
|
|
@ -586,7 +586,7 @@ static int scanopt_err (s, opt_offset, is_short, err)
|
||||||
}
|
}
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Internal. Match str against the regex ^--([^=]+)(=(.*))?
|
/* Internal. Match str against the regex ^--([^=]+)(=(.*))?
|
||||||
* return 1 if *looks* like a long option.
|
* return 1 if *looks* like a long option.
|
||||||
|
@ -634,7 +634,7 @@ static int matchlongopt (str, optname, optlen, arg, arglen)
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Internal. Look up long or short option by name.
|
/* Internal. Look up long or short option by name.
|
||||||
* Long options must match a non-ambiguous prefix, or exact match.
|
* Long options must match a non-ambiguous prefix, or exact match.
|
||||||
|
@ -704,7 +704,7 @@ static int find_opt (s, lookup_long, optstart, len, err_code, opt_offset)
|
||||||
|
|
||||||
return *err_code ? 0 : 1;
|
return *err_code ? 0 : 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int scanopt (svoid, arg, optindex)
|
int scanopt (svoid, arg, optindex)
|
||||||
scanopt_t *svoid;
|
scanopt_t *svoid;
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
/* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED */
|
/* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED */
|
||||||
/* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR */
|
/* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR */
|
||||||
/* PURPOSE. */
|
/* PURPOSE. */
|
||||||
|
|
||||||
#ifndef SCANOPT_H
|
#ifndef SCANOPT_H
|
||||||
#define SCANOPT_H
|
#define SCANOPT_H
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ extern "C" {
|
||||||
/* Used internally by scanopt() to maintain state. */
|
/* Used internally by scanopt() to maintain state. */
|
||||||
/* Never modify these value directly. */
|
/* Never modify these value directly. */
|
||||||
typedef void *scanopt_t;
|
typedef void *scanopt_t;
|
||||||
|
|
||||||
|
|
||||||
/* Initializes scanner and checks option list for errors.
|
/* Initializes scanner and checks option list for errors.
|
||||||
* Parameters:
|
* Parameters:
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* PURPOSE.
|
* PURPOSE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "flexdef.h"
|
#include "flexdef.h"
|
||||||
#include "tables.h"
|
#include "tables.h"
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
* PURPOSE.
|
* PURPOSE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef TABLES_H
|
#ifndef TABLES_H
|
||||||
#define TABLES_H
|
#define TABLES_H
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ dnl WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
dnl PURPOSE.
|
dnl PURPOSE.
|
||||||
dnl
|
dnl
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* This file is meant to be included in both the skeleton and the actual
|
/* This file is meant to be included in both the skeleton and the actual
|
||||||
* flex code (hence the name "_shared").
|
* flex code (hence the name "_shared").
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -34,7 +34,7 @@ dnl THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
|
||||||
dnl IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
dnl IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
||||||
dnl WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
dnl WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
dnl PURPOSE.
|
dnl PURPOSE.
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl This file is meant to be included in both the skeleton and the actual
|
dnl This file is meant to be included in both the skeleton and the actual
|
||||||
dnl flex code (hence the name "_shared").
|
dnl flex code (hence the name "_shared").
|
||||||
|
|
|
@ -199,7 +199,7 @@ ereallocarray(void *p, size_t n, size_t s)
|
||||||
return emem(reallocarray(p, n, s));
|
return emem(reallocarray(p, n, s));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/***
|
/***
|
||||||
*** Hash table.
|
*** Hash table.
|
||||||
***/
|
***/
|
||||||
|
@ -390,7 +390,7 @@ read_hints(FILE *f, struct ohash *h, int quiet, const char *name,
|
||||||
return order;
|
return order;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/***
|
/***
|
||||||
*** Standard heap handling routines.
|
*** Standard heap handling routines.
|
||||||
***/
|
***/
|
||||||
|
@ -520,7 +520,7 @@ make_transparent(struct ohash *hash)
|
||||||
} while (adjusted);
|
} while (adjusted);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/***
|
/***
|
||||||
*** Search through hash array for nodes.
|
*** Search through hash array for nodes.
|
||||||
***/
|
***/
|
||||||
|
@ -597,7 +597,7 @@ find_smallest_node(struct array *h)
|
||||||
return u;
|
return u;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/***
|
/***
|
||||||
*** Graph algorithms.
|
*** Graph algorithms.
|
||||||
***/
|
***/
|
||||||
|
@ -816,7 +816,7 @@ find_normal_cycle(struct array *h, struct array *c)
|
||||||
return b;
|
return b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#define plural(n) ((n) > 1 ? "s" : "")
|
#define plural(n) ((n) > 1 ? "s" : "")
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
@ -577,9 +577,9 @@ nroff -i form.mac | awk "length != 0 { print }"
|
||||||
.na
|
.na
|
||||||
.nh
|
.nh
|
||||||
.ll 79
|
.ll 79
|
||||||
.ec
|
.ec
|
||||||
.c2
|
.c2
|
||||||
.cc
|
.cc
|
||||||
**************************************
|
**************************************
|
||||||
|
|
||||||
Determine the line numbers of the two lines of file f. They should be
|
Determine the line numbers of the two lines of file f. They should be
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue