summaryrefslogtreecommitdiff
path: root/Source/cmSourceGroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSourceGroup.h')
-rw-r--r--Source/cmSourceGroup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSourceGroup.h b/Source/cmSourceGroup.h
index 6b76bacb0b..854d174700 100644
--- a/Source/cmSourceGroup.h
+++ b/Source/cmSourceGroup.h
@@ -74,7 +74,8 @@ public:
bool MatchesFiles(const char* name);
/**
- * Check if the given name matches this group's explicit file list in children.
+ * Check if the given name matches this group's explicit file list
+ * in children.
*/
cmSourceGroup *MatchChildrenFiles(const char *name);