aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2018-01-29 09:47:13 +0100
committerJean-Michel Vedrine <vedrine@vedrine.org>2018-01-29 09:47:13 +0100
commit6bb43ea790a846d559bf8f1908006c35f263f4b4 (patch)
tree6f4c0d8ca9ccd133548cb2f1070915c56ba3df9d
parentcd5af0a39cf71fd9c53886badf3ea0384d51fa22 (diff)
Whitespaces fix
-rw-r--r--parser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.php b/parser.php
index 6068b25..414ca1b 100644
--- a/parser.php
+++ b/parser.php
@@ -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.
*