Apply senf::fieldName() to all packet dump methods
[senf.git] / senf / Utils / Console / ParsedCommand.test.cc
index 31f8cee..0f23fc1 100644 (file)
@@ -43,7 +43,7 @@
 namespace {
 
     int cb1(int a, double b) { return int(a+b); }
-    double cb2(){ return 1.2; }
+    double cb2() { return 1.2; }
     void cb3(int i) { }
     std::string cb4(std::ostream & os) { os << "text\n"; return "value"; }
     void cb5(std::ostream & os, std::string const & v) { os << "Value: " << v << "\n"; }