diff options
author | Dan Ungureanu <udan1107@gmail.com> | 2015-08-24 00:55:00 +0300 |
---|---|---|
committer | Dan Ungureanu <udan1107@gmail.com> | 2015-08-24 00:55:00 +0300 |
commit | b57f00d57d01a0de9eb2bb7ba71ddf58fd6b8a22 (patch) | |
tree | 108d8c15ddb9c20db7630364e0c93e68a09f6a07 /tools/ContextGenerator.php | |
parent | fecf2b585dd03152ae0825bed9be684caff3cff2 (diff) | |
download | sql-parser-b57f00d57d01a0de9eb2bb7ba71ddf58fd6b8a22.zip sql-parser-b57f00d57d01a0de9eb2bb7ba71ddf58fd6b8a22.tar.gz sql-parser-b57f00d57d01a0de9eb2bb7ba71ddf58fd6b8a22.tar.bz2 |
Fixed spacing.
Diffstat (limited to 'tools/ContextGenerator.php')
-rw-r--r-- | tools/ContextGenerator.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ContextGenerator.php b/tools/ContextGenerator.php index 5a4f072..366ccb6 100644 --- a/tools/ContextGenerator.php +++ b/tools/ContextGenerator.php @@ -123,7 +123,7 @@ class ContextGenerator $type = 1; $value = trim($words[$i]); - // Reserved keyword. + // Reserved keyword. if (strstr($value, '(R)') !== false) { $type |= 2; $value = trim(str_replace('(R)', '', $value)); |