[Libreoffice-commits] core.git: sccomp/source
Alexander Wilms
f.alexander.wilms at gmail.com
Wed Feb 26 06:41:08 PST 2014
sccomp/source/solver/solver.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2e9f7694b4c02e7dd592890d87b4710b45ce588b
Author: Alexander Wilms <f.alexander.wilms at gmail.com>
Date: Tue Feb 25 20:04:28 2014 +0100
Remove visual noise from sccomp
Change-Id: Ibf1d8ab8db874805a5cdab9a0cfa5bf84fb6b869
Reviewed-on: https://gerrit.libreoffice.org/8303
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sccomp/source/solver/solver.cxx b/sccomp/source/solver/solver.cxx
index e5c1d0c..0dae2e9 100644
--- a/sccomp/source/solver/solver.cxx
+++ b/sccomp/source/solver/solver.cxx
@@ -413,9 +413,9 @@ void SAL_CALL SolverComponent::solve() throw(uno::RuntimeException)
if ( !maStatus.isEmpty() )
return;
- //
+
// build lp_solve model
- //
+
lprec* lp = make_lp( 0, nVariables );
if ( !lp )
More information about the Libreoffice-commits
mailing list