added include <cstdio> statements in several files to make it compatible with g+...
[debian/gnuradio] / gnuradio-core / src / lib / general / gr_test.h
index 978d1395c82c962f9285970dcc9841c8adc0b932..5438ac701fd2f592207bee6d1c78598290f6fdb4 100644 (file)
@@ -49,12 +49,7 @@ gr_test_sptr gr_make_test (const std::string &name=std::string("gr_test"),
  * factor and/or large output_multiple.
  * The runtime system should detect this and create large enough buffers
  * all through the signal chain.
- *
  */
-
-
-
-
 class gr_test : public gr_block {
 
  public: