summaryrefslogtreecommitdiff
path: root/Source/cmListFileCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmListFileCache.h')
-rw-r--r--Source/cmListFileCache.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h
index ec5886dbd..c057754a3 100644
--- a/Source/cmListFileCache.h
+++ b/Source/cmListFileCache.h
@@ -22,7 +22,7 @@
*/
class cmMakefile;
-
+
struct cmListFileArgument
{
cmListFileArgument(): Value(), Quoted(false), FilePath(0), Line(0) {}
@@ -64,11 +64,11 @@ class cmListFileBacktrace: public std::vector<cmListFileContext> {};
struct cmListFile
{
- cmListFile()
- :ModifiedTime(0)
+ cmListFile()
+ :ModifiedTime(0)
{
}
- bool ParseFile(const char* path,
+ bool ParseFile(const char* path,
bool topLevel,
cmMakefile *mf);