From e4ee4721d821f87bb7f98c5a4f6faaa2d1cb385f Mon Sep 17 00:00:00 2001 From: Ansgar Wiechers Date: Fri, 2 Oct 2020 00:01:15 +0200 Subject: [PATCH] fixed indention --- points.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/points.php b/points.php index bb64d8f..f444a05 100644 --- a/points.php +++ b/points.php @@ -23,8 +23,8 @@ function qa_db_points_calculations() { // Also don't grant points for a self-answer being selected. // This already is the default behavior, but we enforce it here so that - // changing the default behavior wouldn't break the functionality of this - // plugin. + // changing the default behavior wouldn't break the functionality of this + // plugin. if (array_key_exists('aselecteds', $points_calculations)) { $points_calculations['aselecteds']['formula'] = "COUNT(*) AS aselecteds FROM ^posts AS userid_src JOIN ^posts AS questions ON questions.selchildid=userid_src.postid WHERE userid_src.userid~ AND userid_src.type='A' AND NOT (questions.userid <=> userid_src.userid)"; } else {