aboutsummaryrefslogtreecommitdiff
path: root/test/ghost-report.cc
diff options
context:
space:
mode:
authoruncrustify <david@tethera.net>2021-03-13 08:45:34 -0400
committerDavid Bremner <david@tethera.net>2021-03-13 08:45:34 -0400
commitdf4c66f85d4aa05c462ad119c6dad3afa421f6f2 (patch)
treeb56e642b14801f1d3cfa788e5618db995216872a /test/ghost-report.cc
parent0756d2587220898bdeec2067363a74629411093b (diff)
test: run uncrustify
This is the result of running: $ uncrustify --replace --config ../devel/uncrustify.cfg *.cc *.c *.h in the test directory.
Diffstat (limited to 'test/ghost-report.cc')
-rw-r--r--test/ghost-report.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ghost-report.cc b/test/ghost-report.cc
index fad9a71d..9d9e7a7f 100644
--- a/test/ghost-report.cc
+++ b/test/ghost-report.cc
@@ -12,5 +12,6 @@ main (int argc, char **argv)
}
Xapian::Database db (argv[1]);
+
std::cout << db.get_termfreq ("Tghost") << std::endl;
}