Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ted Reed <ted.reed@gmail.com>
  • Loading branch information
joeri authored and treed committed Jul 31, 2009
1 parent 4ccae36 commit dd12a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/grammar.pg
Expand Up @@ -387,7 +387,7 @@ token module_identifier {
token global {
'$' [
| <ident>
| <[!@&`'+~=/\\,;.<>_*$?:"] >
| <[!@&`'+~=/\\,;.<>_*$?:"]>
| <digit>+
| '-'<[0adFiIlpvw]>
]
Expand Down

0 comments on commit dd12a49

Please sign in to comment.