[Libreoffice-commits] core.git: odk/util

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Sep 14 19:24:10 UTC 2021


 odk/util/check.pl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8cbb414ed737f9ffc76e1258e6671769bf63fc6c
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Sep 14 17:28:06 2021 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Sep 14 21:23:36 2021 +0200

    Untabify odk/util/check.pl
    
    (trying to change the actual content of those lines would otherwise trigger our
    "indent with Tab" git commit hook)
    
    Change-Id: I97449056eb7850d3993fa5ac565e342d0bcbf200
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122093
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/odk/util/check.pl b/odk/util/check.pl
index be03d40ff585..0ffc004d8717 100644
--- a/odk/util/check.pl
+++ b/odk/util/check.pl
@@ -45,11 +45,11 @@ if (-d "$SdkDir") {
     # check binaries
     print "check binaries: ";
     if (check_dir("bin")) {
-	my @binarylist = ( "idlc","cppumaker","javamaker",
+        my @binarylist = ( "idlc","cppumaker","javamaker",
                "unoidl-check",
                "unoapploader", "uno-skeletonmaker" );
     if ($ENV{SYSTEM_UCPP} eq "") {
-	push @binarylist,"ucpp";
+        push @binarylist,"ucpp";
     }
 
     foreach $i (@binarylist)


More information about the Libreoffice-commits mailing list