From 6d67286fc3f4dd4e78aeb3b113d07e0d2dabfe60 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Sat, 16 Mar 2019 15:49:43 +0100 Subject: [PATCH] test: unify indentation --- test/test-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-functions b/test/test-functions index cff0693213..c98f58b278 100644 --- a/test/test-functions +++ b/test/test-functions @@ -509,7 +509,7 @@ check_asan_reports() { "dbus-daemon" => undef, ); } - print $2 if /\s(\S*)\[(\d+)\]:\s*SUMMARY:\s+\w+Sanitizer/ && !exists $services_to_ignore{$1}' + print $2 if /\s(\S*)\[(\d+)\]:\s*SUMMARY:\s+\w+Sanitizer/ && !exists $services_to_ignore{$1}' ) if [[ ! -z "$pids" ]]; then ret=$(($ret+1))