basic/qa/vba_tests/chr.vb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 263c15ee238e04c7b25d36cdbb9ab21c0bdf518d
Author:     Andreas Heinisch <andreas.heini...@yahoo.de>
AuthorDate: Wed Jan 25 11:16:00 2023 +0000
Commit:     Andreas Heinisch <andreas.heini...@yahoo.de>
CommitDate: Thu Jan 26 07:45:25 2023 +0000

    Delete extra whitespaces inserted by the editor
    
    Change-Id: I89ef4d04e27e52f5ee6168f368e23f96e112a8be
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146085
    Tested-by: Jenkins
    Reviewed-by: Andreas Heinisch <andreas.heini...@yahoo.de>

diff --git a/basic/qa/vba_tests/chr.vb b/basic/qa/vba_tests/chr.vb
index 5dc85a0c9157..f9bc7ea12aa5 100644
--- a/basic/qa/vba_tests/chr.vb
+++ b/basic/qa/vba_tests/chr.vb
@@ -21,7 +21,7 @@ Sub verify_testCHR()
     TestUtil.AssertEqual(Chr(87),  "W", "Chr(87)")
     TestUtil.AssertEqual(Chr(105), "i", "Chr(105)")
     TestUtil.AssertEqual(Chr(35),  "#", "Chr(35)")
-    
+
     ' tdf#145693 - argument name should be 'charcode' instead of 'string'
     TestUtil.AssertEqual(Chr(charcode:=35),  "#", "Chr(charcode:=35)")
 

Reply via email to