summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/lexi.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/indent/lexi.c')
-rw-r--r--usr.bin/indent/lexi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c
index 8da9d2c..69f2431 100644
--- a/usr.bin/indent/lexi.c
+++ b/usr.bin/indent/lexi.c
@@ -120,7 +120,7 @@ int
lexi()
{
int unary_delim; /* this is set to 1 if the current token
- *
+ *
* forces a following operator to be unary */
static int last_code; /* the last token type returned */
static int l_struct; /* set to 1 if the last token was 'struct' */
@@ -146,7 +146,7 @@ lexi()
* we have a character or number
*/
register char *j; /* used for searching thru list of
- *
+ *
* reserved words */
register struct templ *p;
OpenPOWER on IntegriCloud