set_soenv.in |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 7c02cabd41ec70bda3a98e1e49e83c608ec93d3a
Author: Damjan Jovanovic <dam...@apache.org>
Date:   Sun Mar 4 16:46:55 2018 +0000

    Fix indentation.
    
    Patch by: me

diff --git a/set_soenv.in b/set_soenv.in
index 16d37ae9de8f..b894a6935279 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -732,10 +732,10 @@ elsif ( $platform =~ m/cygwin/ )
              die "Unsupported value for COMEX variable.\n";
          }
       }
-         print "Setting W32 build with bash shell specific values... ";
-         # No speacial treatment for CC an CXX anymore.
-         $FLIPCMD        = "slfl.pl";
-         $PATH_SEPERATOR = ';';
+      print "Setting W32 build with bash shell specific values... ";
+      # No special treatment for CC and CXX anymore.
+      $FLIPCMD        = "slfl.pl";
+      $PATH_SEPERATOR = ';';
   }
 }
 elsif ( $platform =~ m/os2/ ) 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to