Fix include guards (#97)

Enforced by styleguide#79.
This commit is contained in:
Tyler Veness
2017-10-18 00:48:44 -07:00
committed by Peter Johnson
parent b68e1c5570
commit 7fd5947486

View File

@@ -17,4 +17,4 @@
#include "cscore_oo.h"
#endif /* __cplusplus */
#endif /* CSCORE_CSCORE_H_ */
#endif // CSCORE_CSCORE_H_