From a9ac8afd90a1f3f66d427927c04139e6e7b5de4f Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Fri, 11 Jan 2013 19:38:56 -0500 Subject: [PATCH] Removing some trailing space (cosmetic) --- hy/compiler/ast27.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hy/compiler/ast27.py b/hy/compiler/ast27.py index af8e745..f75ba4b 100644 --- a/hy/compiler/ast27.py +++ b/hy/compiler/ast27.py @@ -383,7 +383,7 @@ class AST27Converter(object): if type(inv['function']) in self.special_types: return self.special_types[type(inv['function'])](node) - + if inv['function'] in self.native_cases: return self.native_cases[inv['function']](node)