Skip to content
Snippets Groups Projects
Commit 83a3fccb authored by James K. Lowden's avatar James K. Lowden :anchor:
Browse files

accept blanks after ">>" in check_source_format_directive

parent 236a3211
No related branches found
No related tags found
No related merge requests found
...@@ -340,7 +340,7 @@ check_source_format_directive( filespan_t& mfile ) { ...@@ -340,7 +340,7 @@ check_source_format_directive( filespan_t& mfile ) {
if( ! (p < mfile.eol && p[1] == *p ) ) return; if( ! (p < mfile.eol && p[1] == *p ) ) return;
const char pattern[] = const char pattern[] =
">>source[[:blank:]]+" ">>[[:blank:]]*source[[:blank:]]+"
"(format[[:blank:]]+)?" "(format[[:blank:]]+)?"
"(is[[:blank:]]+)?" "(is[[:blank:]]+)?"
"(fixed|free)"; "(fixed|free)";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment