test: unify indentation

This commit is contained in:
Frantisek Sumsal 2019-03-16 15:49:43 +01:00
parent d449d63a0d
commit 6d67286fc3
1 changed files with 1 additions and 1 deletions

View File

@ -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))