diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-05 16:29:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-05 16:29:40 +0200 |
commit | ad2f77faead53027af0d82aa45131036a63dc898 (patch) | |
tree | 3a84c94a5f0048314fe5adff0b3ce84f37af00e4 | |
parent | 4598656934424b42be1e7d6c513c7f005881ad90 (diff) |
Cosmetic change
-rw-r--r-- | build2/test/script/regex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/test/script/regex b/build2/test/script/regex index b4c619f..9a70030 100644 --- a/build2/test/script/regex +++ b/build2/test/script/regex @@ -62,8 +62,8 @@ namespace build2 union { int special; // 0 (nul character) - // -1 (EOF) - // [()|.*+?{\}0123456789,=!] (excluding []) + // -1 (EOF) + // [()|.*+?{\}0123456789,=!] (excluding []) const char_string* literal; const char_regex* regex; |