[Swift-commit] r2314 - trunk/resources
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Wed Oct 22 02:03:24 CDT 2008
Author: benc
Date: 2008-10-22 02:03:23 -0500 (Wed, 22 Oct 2008)
New Revision: 2314
Modified:
trunk/resources/swiftscript.g
Log:
whitespace fix the right way round
Modified: trunk/resources/swiftscript.g
===================================================================
--- trunk/resources/swiftscript.g 2008-10-22 06:57:50 UTC (rev 2313)
+++ trunk/resources/swiftscript.g 2008-10-22 07:03:23 UTC (rev 2314)
@@ -29,13 +29,13 @@
/** TODO this can perhaps be extracted from the superclass, but I don't
have javadocs available at the time of writing. */
public void setSwiftLexer(SwiftScriptLexer sl) {
- swiftLexer = sl;
+ swiftLexer = sl;
}
StringTemplate template(String name) {
- StringTemplate t = m_templates.getInstanceOf(name);
- t.setAttribute("sourcelocation","line "+swiftLexer.getLine());
- return t;
+ StringTemplate t = m_templates.getInstanceOf(name);
+ t.setAttribute("sourcelocation","line "+swiftLexer.getLine());
+ return t;
}
StringTemplate text(String t) {
More information about the Swift-commit
mailing list