diff options
author | Brad King <brad.king@kitware.com> | 2015-07-22 17:20:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-27 13:45:35 (GMT) |
commit | 096dd3c9634d331fcb0c4cdf74f6fcda04b755cf (patch) | |
tree | bd058e542a10bc76ea40f0715b4efb6012efe883 | |
parent | 280dde34dda52559411376be17591755f4b6358f (diff) | |
download | CMake-096dd3c9634d331fcb0c4cdf74f6fcda04b755cf.zip CMake-096dd3c9634d331fcb0c4cdf74f6fcda04b755cf.tar.gz CMake-096dd3c9634d331fcb0c4cdf74f6fcda04b755cf.tar.bz2 |
cmDependsFortranLexer: Remove trailing blank line
-rw-r--r-- | Source/cmDependsFortranLexer.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmDependsFortranLexer.cxx b/Source/cmDependsFortranLexer.cxx index 1eff1e4..7453452 100644 --- a/Source/cmDependsFortranLexer.cxx +++ b/Source/cmDependsFortranLexer.cxx @@ -2411,4 +2411,3 @@ YY_BUFFER_STATE cmDependsFortranLexer_GetCurrentBuffer(yyscan_t yyscanner) struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return YY_CURRENT_BUFFER; } - |