This is an automated email from the ASF dual-hosted git repository.

leginee pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 5ba1855cf2b9fd0fa384814482b091a7d19724dd
Author: Peter Kovacs <[email protected]>
AuthorDate: Sat Aug 29 15:49:14 2026 +0200

    scaddins: trailing whitespace in Complex::Sech
    
    Two spaces after "Num = 1.0 / Num;", arrived with c6461c6d88 "Calc: use STD
    C++ for Complex functions."  pre-commit's trailing-whitespace hook runs
    --all-files on every pull request, so this one line fails the check for
    every change to the tree, not just for that commit.
    
    Whitespace only -- `git diff --ignore-all-space` over this commit is empty.
    
    Co-Authored-By: Claude Opus 5 <[email protected]>
    Claude-Session: https://claude.ai/code/session_01UWgzQY2r1XwFvgeLPFWPsi
---
 main/scaddins/source/analysis/analysishelper.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/scaddins/source/analysis/analysishelper.cxx 
b/main/scaddins/source/analysis/analysishelper.cxx
index e6b1b153ce..3c01aa29bd 100644
--- a/main/scaddins/source/analysis/analysishelper.cxx
+++ b/main/scaddins/source/analysis/analysishelper.cxx
@@ -2099,7 +2099,7 @@ void Complex::Sech(void) THROWDEF_RTE_IAE
 {
 
     Cosh();
-    Num = 1.0 / Num;  
+    Num = 1.0 / Num;
 }
 
 

Reply via email to