summaryrefslogtreecommitdiffstats
path: root/translate.cxx
diff options
context:
space:
mode:
authorhunt <hunt>2008-02-12 14:49:44 +0000
committerhunt <hunt>2008-02-12 14:49:44 +0000
commita36378d75be5700d40fb3f9c51191305b3907abd (patch)
treec4e9ca4516b9092698c21ea7adb7066471747daf /translate.cxx
parenta8913457fffe45ca33813e045c335d0c38ab30b5 (diff)
downloadsystemtap-steved-a36378d75be5700d40fb3f9c51191305b3907abd.tar.gz
systemtap-steved-a36378d75be5700d40fb3f9c51191305b3907abd.tar.xz
systemtap-steved-a36378d75be5700d40fb3f9c51191305b3907abd.zip
2008-02-12 Martin Hunt <hunt@redhat.com>
PR 5757 * tapsets.cxx, translate.cxx: Cleanup findentation a bit.
Diffstat (limited to 'translate.cxx')
-rw-r--r--translate.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/translate.cxx b/translate.cxx
index 0beaf1f8..fefb0c8f 100644
--- a/translate.cxx
+++ b/translate.cxx
@@ -1260,8 +1260,8 @@ c_unparser::emit_module_exit ()
<< "atomic_read (& ((struct context *)per_cpu_ptr(contexts, i))->busy)) "
<< "holdon = 1;";
o->newline () << "schedule ();";
- o->newline(-1) << "} while (holdon);";
- o->newline(-1);
+ o->newline(-2) << "} while (holdon);";
+
// XXX: might like to have an escape hatch, in case some probe is
// genuinely stuck somehow