Skip to content

Commit

Permalink
Merge pull request eclipse-uprotocol#293 from billpittman/tidy/UuidCo…
Browse files Browse the repository at this point in the history
…nstants

UuidConstants.h: Fix clang-tidy errors and warning
  • Loading branch information
gregmedd authored Aug 15, 2024
2 parents 6da74c8 + 406e469 commit d64a340
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions include/up-cpp/datamodel/constants/UuidConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
//
// SPDX-License-Identifier: Apache-2.0

#ifndef UP_CPP_DATAMODEL_UUID_CONSTANTS_H
#define UP_CPP_DATAMODEL_UUID_CONSTANTS_H
#ifndef UP_CPP_DATAMODEL_CONSTANTS_UUIDCONSTANTS_H
#define UP_CPP_DATAMODEL_CONSTANTS_UUIDCONSTANTS_H

#include <cstdint>

namespace uprotocol::datamodel {

Expand Down Expand Up @@ -38,4 +40,4 @@ constexpr uint64_t MASK_14_BITS = 0x3FFF;

} // namespace uprotocol::datamodel

#endif // UP_CPP_DATAMODEL_UUID_CONSTANTS_H
#endif // UP_CPP_DATAMODEL_CONSTANTS_UUIDCONSTANTS_H

0 comments on commit d64a340

Please sign in to comment.