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
{