Skip to content

Commit

Permalink
Clangtidy cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen committed Sep 30, 2024
1 parent 8a26977 commit 816bf45
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#pragma once

#include <string>
#include <stddef.h>
#include <cstddef>
#include "ecal/types/ecal_custom_data_types.h"

namespace eCAL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#pragma once

#include <string>
#include <stddef.h>
#include <cstddef>
#include <vector>

#include <ecal/ecal_tlayer.h>
Expand Down
2 changes: 1 addition & 1 deletion ecal/core/src/readwrite/ecal_writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ namespace eCAL

using SSubscriptionInfo = Registration::SampleIdentifier;

CDataWriter(const SDataTypeInformation& topic_info_, const eCAL::eCALWriter::SAttributes& config_);
CDataWriter(const SDataTypeInformation& topic_info_, const eCAL::eCALWriter::SAttributes& attr_);
~CDataWriter();

bool Stop();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#pragma once

#include <stddef.h>
#include <cstddef>

namespace eCAL
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#pragma once

#include <string>
#include <stddef.h>
#include <cstddef>

namespace eCAL
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#pragma once

#include <stddef.h>
#include <cstddef>

namespace eCAL
{
Expand Down

0 comments on commit 816bf45

Please sign in to comment.