diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-01-29 09:47:13 +0100 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-01-29 09:47:13 +0100 |
commit | 6bb43ea790a846d559bf8f1908006c35f263f4b4 (patch) | |
tree | 6f4c0d8ca9ccd133548cb2f1070915c56ba3df9d /parser.php | |
parent | cd5af0a39cf71fd9c53886badf3ea0384d51fa22 (diff) |
Whitespaces fix
Diffstat (limited to 'parser.php')
-rw-r--r-- | parser.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ class qtype_algebra_parser_term { public $_arguments = array(); // Array of arguments in class form. public $_formats; // Array of format strings. public $_nargs; // Number of arguments for this term. - + /** * Constructor for the generic parser term. * |