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/sigkill.stp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuite/systemtap.examples/process/sigkill.stp') diff --git a/testsuite/systemtap.examples/process/sigkill.stp b/testsuite/systemtap.examples/process/sigkill.stp index 6cb6ed1e..37960637 100755 --- a/testsuite/systemtap.examples/process/sigkill.stp +++ b/testsuite/systemtap.examples/process/sigkill.stp @@ -17,7 +17,7 @@ # [...] probe signal.send { - if (sig_name == "SIGKILL") - printf("%s was sent to %s (pid:%d) by %s uid:%d\n", - sig_name, pid_name, sig_pid, execname(), uid()) + if (sig_name == "SIGKILL") + printf("%s was sent to %s (pid:%d) by %s uid:%d\n", + sig_name, pid_name, sig_pid, execname(), uid()) } -- cgit