summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-03-16 10:53:14 -0500
committerKen Martin <ken.martin@kitware.com>2006-03-16 10:53:14 -0500
commit4102949bf95eee1ce88544fafdf80439aece85b2 (patch)
tree20905e7c8fe610c661cbad17e59ef659fbffcb90 /Source/cmMakefile.h
parentfb5d92ea37b6b7cbd9eda84538ce072b90b80b73 (diff)
downloadcmake-4102949bf95eee1ce88544fafdf80439aece85b2.tar.gz
STYLE: minor comment cleanups
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 7b6dbfaa43..6836c77427 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -713,9 +713,8 @@ protected:
private:
void ReadSources(std::ifstream& fin, bool t);
- friend class cmMakeDepend; // make depend needs direct access
-
- // to the m_Sources array
+ friend class cmMakeDepend; // make depend needs direct access
+ // to the Sources array
void PrintStringVector(const char* s, const
std::vector<std::pair<cmStdString, bool> >& v) const;
void PrintStringVector(const char* s,