Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If a file had a header name with "-" in the title, would appear as "-" after #ifndef and #define. For example, filename="derived-module-meimixins.h" would appear as: #ifndef DERIVED-MODULE-MEIMIXIN_H_ #define DERIVED-MODULE-MEIMIXIN_H_ After this fix, they appear as: #ifndef DERIVED_MODULE_MEIMIXIN_H_ #define DERIVED_MODULE_MEIMIXIN_H_
- Loading branch information