diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-10 19:08:38 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-10 19:08:38 (GMT) |
commit | bb88ef5e41c2308db4e3fbd8c4e082495f45e389 (patch) | |
tree | 6a4613f8d0728b83bb744ef78f008e308b0f8704 /Source/cmExprLexer.h | |
parent | 14781101fd43a68ea5226f067022df30fa8464b4 (diff) | |
download | CMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.zip CMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.tar.gz CMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmExprLexer.h')
-rw-r--r-- | Source/cmExprLexer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmExprLexer.h b/Source/cmExprLexer.h index 2804528..aa61053 100644 --- a/Source/cmExprLexer.h +++ b/Source/cmExprLexer.h @@ -300,7 +300,8 @@ extern int cmExpr_yylex (yyscan_t yyscanner); #define YY_DECL int cmExpr_yylex (yyscan_t yyscanner) #endif /* !YY_DECL */ -/* yy_get_previous_state - get the state just before the EOB char was reached */ +/* yy_get_previous_state - get the state just before the EOB char was + reached */ #undef YY_NEW_FILE #undef YY_FLUSH_BUFFER |