diff options
Diffstat (limited to 'gnuradio-runtime/lib/pmt/qa_pmt.cc')
-rw-r--r-- | gnuradio-runtime/lib/pmt/qa_pmt.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnuradio-runtime/lib/pmt/qa_pmt.cc b/gnuradio-runtime/lib/pmt/qa_pmt.cc index 27c617e747..a87f97e570 100644 --- a/gnuradio-runtime/lib/pmt/qa_pmt.cc +++ b/gnuradio-runtime/lib/pmt/qa_pmt.cc @@ -29,12 +29,12 @@ #include <qa_pmt_unv.h> CppUnit::TestSuite * -qa_pmt::suite () +qa_pmt::suite() { - CppUnit::TestSuite *s = new CppUnit::TestSuite ("pmt"); + CppUnit::TestSuite *s = new CppUnit::TestSuite("pmt"); - s->addTest (qa_pmt_prims::suite ()); - s->addTest (qa_pmt_unv::suite ()); + s->addTest(qa_pmt_prims::suite()); + s->addTest(qa_pmt_unv::suite()); return s; } |