We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1cdf5e commit ce410a9Copy full SHA for ce410a9
src/core/ipfixprobe.cpp
@@ -26,9 +26,8 @@
26
*
27
*/
28
29
-#include "ipfixprobe.hpp"
30
-
31
#include "buildConfig.hpp"
+#include "ipfixprobe.hpp"
32
#include "stacktrace.hpp"
33
#include "stats.hpp"
34
@@ -94,7 +93,7 @@ static void printPluginsUsage(const std::vector<PluginManifest>& pluginsManifest
94
93
} else {
95
std::cout << pluginManifest.name << std::endl;
96
}
97
- std::cout << "------------------\n";
+ std::cout << std::endl;
98
99
100
0 commit comments