summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2003-08-11 14:16:55 +0000
committerMartin Odersky <odersky@gmail.com>2003-08-11 14:16:55 +0000
commitde98c6562ab6488d71abda1d3b1fcc2b078524de (patch)
tree604a6555e8ffdd486724acef3b0f96beae6c3e93 /support
parentb515ce4596e857154c237d5b114dcd897701ca9b (diff)
downloadscala-de98c6562ab6488d71abda1d3b1fcc2b078524de.tar.gz
scala-de98c6562ab6488d71abda1d3b1fcc2b078524de.tar.bz2
scala-de98c6562ab6488d71abda1d3b1fcc2b078524de.zip
*** empty log message ***
Diffstat (limited to 'support')
-rw-r--r--support/latex/verbfilterScala.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/latex/verbfilterScala.java b/support/latex/verbfilterScala.java
index 5d6fd11e75..4400be06c0 100644
--- a/support/latex/verbfilterScala.java
+++ b/support/latex/verbfilterScala.java
@@ -10,8 +10,8 @@ public class verbfilterScala {
"finally", "for", "if", "import", "new",
"null", "object", "override", "package", "private",
"protected", "return", "sealed", "super", "this",
- "trait", "try", "true", "type", "val",
- "var", "with", "while", "yield"};
+ "trait", "true", "try", "type", "val",
+ "var", "while", "with", "yield"};
static final int TABINC = 8;