diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-10 18:54:46 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-10 18:54:46 (GMT) |
commit | a5ed047d4be3f0fbf399813a96e1536e5703b934 (patch) | |
tree | 765b748db4d05e77dda6c8d8993339d227e3f1f8 /Source/cmDepends.h | |
parent | d77fbb9640900294e5a32305188c89a3e70e6cc5 (diff) | |
download | CMake-a5ed047d4be3f0fbf399813a96e1536e5703b934.zip CMake-a5ed047d4be3f0fbf399813a96e1536e5703b934.tar.gz CMake-a5ed047d4be3f0fbf399813a96e1536e5703b934.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmDepends.h')
-rw-r--r-- | Source/cmDepends.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDepends.h b/Source/cmDepends.h index 80a9c79..ceb78be 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; } |