summaryrefslogtreecommitdiff
path: root/usr.bin/lex
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2023-10-21 14:09:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2023-10-21 14:09:17 +0000
commitf9b2224e243eab3aa2abc32ecb55209d638b6a5f (patch)
tree125e6abb456c3ac683156593dd0f7258cb07dbea /usr.bin/lex
parent3d46ae1a0cecd9d355f65b4226b65b1cf75678f4 (diff)
delete whitespaces that end up in output files
Diffstat (limited to 'usr.bin/lex')
-rw-r--r--usr.bin/lex/flex.skl4
-rw-r--r--usr.bin/lex/flexint.h6
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/lex/flex.skl b/usr.bin/lex/flex.skl
index 12a78ba58f1..32a1bc874e0 100644
--- a/usr.bin/lex/flex.skl
+++ b/usr.bin/lex/flex.skl
@@ -1,4 +1,4 @@
-/* $OpenBSD: flex.skl,v 1.18 2021/11/30 15:50:06 millert Exp $ */
+/* $OpenBSD: flex.skl,v 1.19 2023/10/21 14:09:15 deraadt Exp $ */
%# -*-C-*- vi: set ft=c:
%# This file is processed in several stages.
@@ -588,7 +588,7 @@ struct yy_buffer_state
int yy_bs_lineno; /**< The line count. */
int yy_bs_column; /**< The column count. */
-
+
/* Whether to try to fill the input buffer when we reach the
* end of it.
diff --git a/usr.bin/lex/flexint.h b/usr.bin/lex/flexint.h
index aa761347506..645ab23e68c 100644
--- a/usr.bin/lex/flexint.h
+++ b/usr.bin/lex/flexint.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: flexint.h,v 1.1 2015/11/19 19:43:40 tedu Exp $ */
+/* $OpenBSD: flexint.h,v 1.2 2023/10/21 14:09:16 deraadt Exp $ */
/* flex integer type definitions */
@@ -10,7 +10,7 @@
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
- * if you want the limit (max/min) macros for int types.
+ * if you want the limit (max/min) macros for int types.
*/
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS 1
@@ -27,7 +27,7 @@ typedef uint32_t flex_uint32_t;
typedef signed char flex_int8_t;
typedef short int flex_int16_t;
typedef int flex_int32_t;
-typedef unsigned char flex_uint8_t;
+typedef unsigned char flex_uint8_t;
typedef unsigned short int flex_uint16_t;
typedef unsigned int flex_uint32_t;