From a616dfa6637517a97280f3e9ba1866a57e2bd619 Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Wed, 3 Aug 2016 16:46:05 -0500 Subject: [PATCH] Indentation fix. --- boxtree/area_query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxtree/area_query.py b/boxtree/area_query.py index cc3d1b6..3c961af 100644 --- a/boxtree/area_query.py +++ b/boxtree/area_query.py @@ -178,7 +178,7 @@ void generate(LIST_ARG_DECL USER_ARG_DECL ball_id_t ball_nr) if (!(box_flags[peer_box] & BOX_HAS_CHILDREN)) { - ${add_box_to_list_if_overlaps_ball("peer_box")} + ${add_box_to_list_if_overlaps_ball("peer_box")} } else { -- GitLab