Skip to content

Commit 40053a4

Browse files
ahunter6acmel
authored andcommitted
perf test: test_intel_pt.sh: Tidy some alignment
Tidy alignment of test function lines to make them more readable. Signed-off-by: Adrian Hunter <[email protected]> Cc: Ian Rogers <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 9637bf8 commit 40053a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/perf/tests/shell/test_intel_pt.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ count_result()
283283
}
284284

285285
ret=0
286-
test_system_wide_side_band || ret=$? ; count_result $ret ; ret=0
287-
test_per_thread "" "" || ret=$? ; count_result $ret ; ret=0
288-
test_per_thread "k" "(incl. kernel) " || ret=$? ; count_result $ret ; ret=0
286+
test_system_wide_side_band || ret=$? ; count_result $ret ; ret=0
287+
test_per_thread "" "" || ret=$? ; count_result $ret ; ret=0
288+
test_per_thread "k" "(incl. kernel) " || ret=$? ; count_result $ret ; ret=0
289289

290290
cleanup
291291

0 commit comments

Comments
 (0)