From c6330b2766fec18784d6395b0bbafbe56a4c6197 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Tue, 18 Feb 2025 16:39:05 +0100 Subject: Cleanup round to make indentation style consistent across files --- it_debug.class | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'it_debug.class') diff --git a/it_debug.class b/it_debug.class index b929f9c..6cad9b5 100644 --- a/it_debug.class +++ b/it_debug.class @@ -59,7 +59,8 @@ static function echo($args) echo self::dump($args); } -static function debug_backtrace($p = []) { +static function debug_backtrace($p = []) +{ if (!is_array($p)) $p = array('skiplevels' => $p); -- cgit v1.2.3