From 4ffc629674ac7d1d84b93cb7fdca71953983f762 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Tue, 9 Dec 2008 11:20:11 -0500 Subject: Tweak formatting, indent two space. --- testsuite/systemtap.examples/process/wait4time.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.examples/process/wait4time.stp') diff --git a/testsuite/systemtap.examples/process/wait4time.stp b/testsuite/systemtap.examples/process/wait4time.stp index ba300ea7..2fd914b9 100755 --- a/testsuite/systemtap.examples/process/wait4time.stp +++ b/testsuite/systemtap.examples/process/wait4time.stp @@ -53,7 +53,7 @@ probe syscall.wait4.return { t = gettimeofday_us(); p = pid() elapsed_time = t - entry_wait4[p] printf("%d %s wait4: %d %d\n", timestamp(), proc(), elapsed_time, - wait4_pid[p]) + wait4_pid[p]) delete entry_wait4[p] delete wait4_pid[p] } -- cgit