mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-06-22 23:45:50 +08:00
Merge pull request #391 from detly/master
Removed leading underscore from module generator header guards. (Thanks @detly !)
This commit is contained in:
@ -35,11 +35,11 @@ TEMPLATE_SRC ||= '%2$s#include "%1$s.h"
|
|||||||
'.freeze
|
'.freeze
|
||||||
|
|
||||||
# TEMPLATE_INC
|
# TEMPLATE_INC
|
||||||
TEMPLATE_INC ||= '#ifndef _%3$s_H
|
TEMPLATE_INC ||= '#ifndef %3$s_H
|
||||||
#define _%3$s_H
|
#define %3$s_H
|
||||||
%2$s
|
%2$s
|
||||||
|
|
||||||
#endif // _%3$s_H
|
#endif // %3$s_H
|
||||||
'.freeze
|
'.freeze
|
||||||
|
|
||||||
class UnityModuleGenerator
|
class UnityModuleGenerator
|
||||||
|
Reference in New Issue
Block a user