diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llcommon/llsys.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/llcommon/llsys.cpp b/indra/llcommon/llsys.cpp index d781687175..19075afa68 100644 --- a/indra/llcommon/llsys.cpp +++ b/indra/llcommon/llsys.cpp @@ -608,6 +608,7 @@ LLCPUInfo::LLCPUInfo()  		out << " (" << mCPUMHz << " MHz)";  	}  	mCPUString = out.str(); +	LLStringUtil::trim(mCPUString);  }  bool LLCPUInfo::hasAltivec() const | 
