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

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


The following commit(s) were added to refs/heads/openssl by this push:
     new 9a5b5f0980 Fix whitespace.
9a5b5f0980 is described below

commit 9a5b5f098023e2de0ffb1d3b768a0f4be33aa2f9
Author: Arrigo Marchiori <[email protected]>
AuthorDate: Mon May 2 22:20:49 2022 +0200

    Fix whitespace.
    
    Please squash.
---
 main/scp2/source/ooo/file_library_ooo.scp | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/main/scp2/source/ooo/file_library_ooo.scp 
b/main/scp2/source/ooo/file_library_ooo.scp
index f74322ab7a..6764fd3f67 100644
--- a/main/scp2/source/ooo/file_library_ooo.scp
+++ b/main/scp2/source/ooo/file_library_ooo.scp
@@ -1782,12 +1782,11 @@ File gid_File_Lib_Crypto
     TXT_FILE_BODY;
     Styles = (PACKED);
     Dir = SCP2_OOO_BIN_DIR;
-
-       #ifdef WNT
-         Name = "libeay32.dll";
-        #else
-          Name = "libcrypto.so";
-       #endif
+  #ifdef WNT
+    Name = "libeay32.dll";
+  #else
+    Name = "libcrypto.so";
+  #endif
 End
 #endif
 

Reply via email to