diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-24 01:45:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-24 01:45:29 +0000 |
commit | c18e671b1c50949e30a34c6bac5554fb7b0e5010 (patch) | |
tree | 7b16782cc5f219ed10705bd3e42d1779b87249ce /usr.bin/xlint/lint1 | |
parent | bb8a898da482aff7ff4d630fd021c0549ebfd82a (diff) |
spacing
Diffstat (limited to 'usr.bin/xlint/lint1')
-rw-r--r-- | usr.bin/xlint/lint1/scan.l | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/xlint/lint1/scan.l b/usr.bin/xlint/lint1/scan.l index 67e19cc8e81..268e403f25d 100644 --- a/usr.bin/xlint/lint1/scan.l +++ b/usr.bin/xlint/lint1/scan.l @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: scan.l,v 1.11 2005/11/23 20:36:41 cloder Exp $ */ +/* $OpenBSD: scan.l,v 1.12 2005/11/24 01:45:28 deraadt Exp $ */ /* $NetBSD: scan.l,v 1.8 1995/10/23 13:38:51 jpo Exp $ */ /* @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: scan.l,v 1.11 2005/11/23 20:36:41 cloder Exp $"; +static char rcsid[] = "$OpenBSD: scan.l,v 1.12 2005/11/24 01:45:28 deraadt Exp $"; #endif #include <stdlib.h> @@ -428,7 +428,7 @@ search(sb) return (NULL); } - + static int keyw(sym) sym_t *sym; @@ -732,7 +732,7 @@ ccon() cv = (char)val; val = cv; } - + yylval.y_val = xcalloc(1, sizeof (val_t)); yylval.y_val->v_tspec = INT; yylval.y_val->v_quad = val; @@ -1419,5 +1419,5 @@ freeyyv(sp, tok) lerror("fryylv() 1"); } free(strg); - } + } } |