]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: unify indentation
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 16 Mar 2019 14:49:43 +0000 (15:49 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 16 Mar 2019 14:49:43 +0000 (15:49 +0100)
test/test-functions

index cff06932139fa380415d5baa63436368846c4427..c98f58b278e1fe05b208e00f9b7b142494e3d133 100644 (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))