generated from TDD-Templates/cmake_cpputest_template
Updated for header guards.
This commit is contained in:
parent
d70e9f4c46
commit
da9ee718c8
|
@ -7,8 +7,8 @@
|
|||
* @file module_name.h
|
||||
*/
|
||||
|
||||
#ifndef module_name
|
||||
#define module_name
|
||||
#ifndef module_name_H
|
||||
#define module_name_H
|
||||
|
||||
|
||||
/**
|
||||
|
@ -17,4 +17,4 @@
|
|||
*/
|
||||
int add_two(int a);
|
||||
|
||||
#endif //module_name
|
||||
#endif //module_name_H
|
||||
|
|
Loading…
Reference in New Issue