diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-08-28 12:14:49 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-08-28 12:14:49 -0400 |
commit | dff50e09fea194433e15aa6137c835cedcf94a58 (patch) | |
tree | 6c66841f4396dbeae937133abac8ed51e1ef68ce /coveragedb.cxx | |
parent | 57148ee74505bdc3f33746563a998a9832924a41 (diff) | |
download | systemtap-steved-dff50e09fea194433e15aa6137c835cedcf94a58.tar.gz systemtap-steved-dff50e09fea194433e15aa6137c835cedcf94a58.tar.xz systemtap-steved-dff50e09fea194433e15aa6137c835cedcf94a58.zip |
trailing whitespace removal, as approved by emacs
(add-hook 'before-save-hook 'delete-trailing-whitespace)
Diffstat (limited to 'coveragedb.cxx')
-rw-r--r-- | coveragedb.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coveragedb.cxx b/coveragedb.cxx index 8258b359..63cc4c0f 100644 --- a/coveragedb.cxx +++ b/coveragedb.cxx @@ -35,7 +35,7 @@ void print_coverage_info(systemtap_session &s) clog << "probe: " << used_probe_list[j]->locations[k]->tok->location << endl; } - + clog << "----" << endl; // for each probe print used and unused variables for (unsigned j=0; j<s.probes[i]->locals.size(); ++j) { @@ -210,7 +210,7 @@ sql_update_used_probes(sqlite3 *db, systemtap_session &s) increment_element(db, x); } } - + // for each probe update used and unused variables for (unsigned j=0; j<s.probes[i]->locals.size(); ++j) { struct source_loc place = s.probes[i]->locals[j]->tok->location; |