From f441c00bb512d0489d92e535bdb24a534acf3882 Mon Sep 17 00:00:00 2001 From: Kevin Glynn Date: Mon, 20 Dec 2010 22:08:38 +0100 Subject: [PATCH] prettier: add spaces between base classes --- CSharpTranslator/antlr3/src/cs2j/bin/Debug/templates/java.stg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSharpTranslator/antlr3/src/cs2j/bin/Debug/templates/java.stg b/CSharpTranslator/antlr3/src/cs2j/bin/Debug/templates/java.stg index 5d75984..0d95372 100644 --- a/CSharpTranslator/antlr3/src/cs2j/bin/Debug/templates/java.stg +++ b/CSharpTranslator/antlr3/src/cs2j/bin/Debug/templates/java.stg @@ -131,8 +131,8 @@ type_parameter_list(items) ::= << \<\> >> -extends(types) ::= "extends " -imps(types) ::= "implements " +extends(types) ::= "extends " +imps(types) ::= "implements " // ******* STATEMENTS ******* if_template(comments, cond, then, thenindent, else, elseindent, elseisif) ::= <<