diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-12 16:29:09 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-12 16:29:09 (GMT) |
commit | 47c7108111a7fdd0b5df8d3e2561aa8d544bae34 (patch) | |
tree | 6f12d2c07ffb05a5f3e18be0dd8718f1114e1e32 /Source/cmMacroCommand.cxx | |
parent | 7dc8a92246ced17f9f3cf6161f2ef07bdda51014 (diff) | |
download | CMake-47c7108111a7fdd0b5df8d3e2561aa8d544bae34.zip CMake-47c7108111a7fdd0b5df8d3e2561aa8d544bae34.tar.gz CMake-47c7108111a7fdd0b5df8d3e2561aa8d544bae34.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmMacroCommand.cxx')
-rw-r--r-- | Source/cmMacroCommand.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmMacroCommand.cxx b/Source/cmMacroCommand.cxx index 62b1fe6..c8565a9 100644 --- a/Source/cmMacroCommand.cxx +++ b/Source/cmMacroCommand.cxx @@ -126,8 +126,8 @@ bool cmMacroHelperCommand::InvokeInitialPass newLFF.Name = this->Functions[c].Name; newLFF.FilePath = this->Functions[c].FilePath; newLFF.Line = this->Functions[c].Line; - const char* def = - this->Makefile->GetDefinition("CMAKE_MACRO_REPORT_DEFINITION_LOCATION"); + const char* def = this->Makefile->GetDefinition + ("CMAKE_MACRO_REPORT_DEFINITION_LOCATION"); bool macroReportLocation = false; if(def && !cmSystemTools::IsOff(def)) { |