From b65c2a459656ef6da79583c6f87a57804e7584cc Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Wed, 26 Jun 2013 08:44:09 +0200 Subject: [PATCH] whitespace fix --- AUTHORS | 3 ++- hy/macros.py | 2 +- tests/native_tests/language.hy | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 5fb15b6..9136050 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,4 +13,5 @@ * rogererens * Thomas Ballinger * Morten Linderud -* Guillermo VayĆ” \ No newline at end of file +* Guillermo VayĆ” + diff --git a/hy/macros.py b/hy/macros.py index b824cea..2c5bc02 100644 --- a/hy/macros.py +++ b/hy/macros.py @@ -72,7 +72,7 @@ def process(tree, module_name): if isinstance(tree, HyExpression): if tree == []: return tree - + fn = tree[0] if fn in ("quote", "quasiquote"): return tree diff --git a/tests/native_tests/language.hy b/tests/native_tests/language.hy index 004f0b8..03c62b0 100644 --- a/tests/native_tests/language.hy +++ b/tests/native_tests/language.hy @@ -758,4 +758,5 @@ (defn test-empty-list [] "Evaluate an empty list to a []" - (assert (= () []))) \ No newline at end of file + (assert (= () []))) +