summaryrefslogtreecommitdiffstats
path: root/coveragedb.cxx
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2008-08-29 16:10:01 -0400
committerDave Brolley <brolley@redhat.com>2008-08-29 16:10:01 -0400
commit0cbf1fef13d340b4a6d01fe7242a6d0c098e8d6c (patch)
treeadd6c27ae60763af4c4a1aa90db7f65e465759e3 /coveragedb.cxx
parentd1f2fc72bf8506d0ac166cddb07576c7c4a1fea6 (diff)
parent8d142c018986acb256a08c1232f4f5ff0ee063df (diff)
downloadsystemtap-steved-0cbf1fef13d340b4a6d01fe7242a6d0c098e8d6c.tar.gz
systemtap-steved-0cbf1fef13d340b4a6d01fe7242a6d0c098e8d6c.tar.xz
systemtap-steved-0cbf1fef13d340b4a6d01fe7242a6d0c098e8d6c.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Conflicts: ChangeLog
Diffstat (limited to 'coveragedb.cxx')
-rw-r--r--coveragedb.cxx4
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;