Skip to content

Commit d4166b7

Browse files
Fix last C cpplint issues
Signed-off-by: Martin Melik Merkumians <martin.melik@gmail.com>
1 parent a07f052 commit d4166b7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

source/src/cip/cipclass3connection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ CipError EstablishClass3Connection(
6262
*/
6363
void InitializeClass3ConnectionData(void);
6464

65-
#endif /* SRC_CIP_CIPCLASS3CONNECTION_H_ */
65+
#endif // SRC_CIP_CIPCLASS3CONNECTION_H_

source/src/cip/cipcommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,4 @@ EipStatus CipResetService(
224224
const struct sockaddr* originator_address,
225225
const CipSessionHandle encapsulation_session);
226226

227-
#endif /* CIP_CIPCOMMON_H_ */
227+
#endif // SRC_CIP_CIPCOMMON_H_

source/src/cip/cipmessagerouter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ EipStatus NotifyMessageRouter(EipUint8* data,
5252
*/
5353
EipStatus RegisterCipClass(CipClass* cip_class);
5454

55-
#endif /* CIP_CIPMESSAGEROUTER_H_ */
55+
#endif // SRC_CIP_CIPMESSAGEROUTER_H_

source/tests/test_assert.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* unit test code, which then verifies that an assertion failure occurred.
2020
*/
2121
#ifndef TESTS_TEST_ASSERT_H_
22-
#define TESTS _TEST_ASSERT_H_
22+
#define TESTS_TEST_ASSERT_H_
2323

2424
/*
2525
* Define the OPENER_ASSERT macro to call the unit test assertion verification

0 commit comments

Comments
 (0)