Skip to content

Commit 3987931

Browse files
authored
PRIVATE->private updates in CFDP (#3446) (#3657)
1 parent e05067a commit 3987931

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CFDP/Checksum/Checksum.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ namespace CFDP {
106106
//! Get the checksum value
107107
U32 getValue() const;
108108

109-
PRIVATE:
109+
private:
110110

111111
// ----------------------------------------------------------------------
112112
// Private instance methods
@@ -130,7 +130,7 @@ namespace CFDP {
130130
const U8 offset //! The offset
131131
);
132132

133-
PRIVATE:
133+
private:
134134

135135
// ----------------------------------------------------------------------
136136
// Private member variables

0 commit comments

Comments
 (0)