80-column violation.

llvm-svn: 64102
This commit is contained in:
Mikhail Glushenkov 2009-02-08 22:48:07 +00:00
parent 8b5bfbfc7a
commit f606bd6a6d
1 changed files with 6 additions and 6 deletions

View File

@ -75,8 +75,8 @@ namespace sys {
///< it doesn't. ///< it doesn't.
unsigned memoryLimit = 0, ///< If non-zero, this specifies max. amount unsigned memoryLimit = 0, ///< If non-zero, this specifies max. amount
///< of memory can be allocated by process. If memory usage will be ///< of memory can be allocated by process. If memory usage will be
///< higher limit, the child is killed and this call returns. If zero - ///< higher limit, the child is killed and this call returns. If zero
///< no memory limit. ///< - no memory limit.
std::string* ErrMsg = 0 ///< If non-zero, provides a pointer to a string std::string* ErrMsg = 0 ///< If non-zero, provides a pointer to a string
///< instance in which error messages will be returned. If the string ///< instance in which error messages will be returned. If the string
///< is non-empty upon return an error occurred while invoking the ///< is non-empty upon return an error occurred while invoking the