[Swift-commit] r2313 - trunk/resources

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Oct 22 01:57:51 CDT 2008


Author: benc
Date: 2008-10-22 01:57:50 -0500 (Wed, 22 Oct 2008)
New Revision: 2313

Modified:
   trunk/resources/swiftscript.g
Log:
whitespace

Modified: trunk/resources/swiftscript.g
===================================================================
--- trunk/resources/swiftscript.g	2008-10-21 02:22:21 UTC (rev 2312)
+++ trunk/resources/swiftscript.g	2008-10-22 06:57:50 UTC (rev 2313)
@@ -35,7 +35,7 @@
 StringTemplate template(String name) {
 	StringTemplate t = m_templates.getInstanceOf(name);
 	t.setAttribute("sourcelocation","line "+swiftLexer.getLine());
-    return t;
+	return t;
 }
 
 StringTemplate text(String t) {




More information about the Swift-commit mailing list