| commit | 091a0dd416171393d939aac924433063a68967b0 | [log] |
|---|---|---|
| author | Markus Mohrhard <markus.mohrhard@googlemail.com> | Mon Apr 10 23:04:15 2017 +0200 |
| committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | Tue Apr 11 00:34:35 2017 +0200 |
| tree | b21d81bb710e07d46ff7886306c0cefbd619b0b8 | |
| parent | 78dfedec7a7ba289691a5d18441796541f3b1812 [diff] |
fix indentation Change-Id: I58fb76084fe06d38828fbdf4ab53d297e8da6d3f Reviewed-on: https://gerrit.libreoffice.org/36392 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
diff --git a/sc/source/core/tool/interpr3.cxx b/sc/source/core/tool/interpr3.cxx index aa4b948..8502f1e 100644 --- a/sc/source/core/tool/interpr3.cxx +++ b/sc/source/core/tool/interpr3.cxx
@@ -2241,9 +2241,9 @@ void ScInterpreter::ScBetaInv() PushDouble(fA + fVal*(fB-fA)); // scale to (A,B) } // Note: T, F, and Chi are // monotonically decreasing, // therefore 1-Dist as function // Note: T, F, and Chi are // monotonically decreasing, // therefore 1-Dist as function class ScTDistFunction : public ScDistFunc {