Skip to content

Commit

Permalink
Refs #21099: Apply Mario's suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: eduponz <[email protected]>
  • Loading branch information
EduPonz committed Jun 14, 2024
1 parent 5a7aec1 commit f37a327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions examples/cpp/xtypes/CLIParser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ namespace fastdds {
namespace examples {
namespace xtypes {

// using dds::Log;

class CLIParser
{
public:
Expand Down Expand Up @@ -59,7 +57,7 @@ class CLIParser
static void print_help(
uint8_t return_code)
{
std::cout << "Usage: xtypes <entity> [options]" << std::endl;
std::cout << "Usage: xtypes <entity> [options]" << std::endl;
std::cout << "" << std::endl;
std::cout << "Entities:" << std::endl;
std::cout << " publisher Run a publisher entity" << std::endl;
Expand Down
1 change: 1 addition & 0 deletions examples/cpp/xtypes/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <csignal>
#include <cstdlib>
#include <functional>
#include <stdexcept>
#include <thread>

Expand Down

0 comments on commit f37a327

Please sign in to comment.