summaryrefslogtreecommitdiff
path: root/Source/cmDepends.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmDepends.h')
-rw-r--r--Source/cmDepends.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDepends.h b/Source/cmDepends.h
index 80a9c7988b..ceb78bec52 100644
--- a/Source/cmDepends.h
+++ b/Source/cmDepends.h
@@ -41,7 +41,8 @@ public:
/** Set the full path to the top of the build tree. This is
the base path from which dependencies are referenced as
relative paths. */
- void SetHomeOutputDirectory(const char *dir) {this->HomeOutputDirectory = dir;};
+ void SetHomeOutputDirectory(const char *dir) {
+ this->HomeOutputDirectory = dir;};
/** should this be verbose in its output */
void SetVerbose(bool verb) { this->Verbose = verb; }