]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
More bogus indentation.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 5 Dec 2018 17:39:33 +0000 (12:39 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 5 Dec 2018 17:39:33 +0000 (12:39 -0500)
test/run-stp-tests.sh

index eb1e25ae06c8ec1d50fb85974f6fefa48d6e6637..92c6eb4de4b7528bc6890f2332807bbcdcb90b9a 100755 (executable)
@@ -581,30 +581,30 @@ if test "x$ASAN_OPTIONS" = x; then
 fi
 
 if test -f "$root/cups/libcups.so.2"; then
-        if test "x$LD_LIBRARY_PATH" = x; then
-               LD_LIBRARY_PATH="$root/cups"
-        else
-               LD_LIBRARY_PATH="$root/cups:$LD_LIBRARY_PATH"
-        fi
-
-        LD_PRELOAD="$root/cups/libcups.so.2:$root/cups/libcupsimage.so.2"
-        if test `uname` = SunOS -a -r /usr/lib/libCrun.so.1; then
-               LD_PRELOAD="/usr/lib/libCrun.so.1:$LD_PRELOAD"
-        fi
+       if test "x$LD_LIBRARY_PATH" = x; then
+               LD_LIBRARY_PATH="$root/cups"
+       else
+               LD_LIBRARY_PATH="$root/cups:$LD_LIBRARY_PATH"
+       fi
+
+       LD_PRELOAD="$root/cups/libcups.so.2:$root/cups/libcupsimage.so.2"
+       if test `uname` = SunOS -a -r /usr/lib/libCrun.so.1; then
+               LD_PRELOAD="/usr/lib/libCrun.so.1:$LD_PRELOAD"
+       fi
 fi
 
 if test -f "$root/cups/libcups.2.dylib"; then
-        if test "x$DYLD_INSERT_LIBRARIES" = x; then
-                DYLD_INSERT_LIBRARIES="$root/cups/libcups.2.dylib:$root/cups/libcupsimage.2.dylib"
-        else
-                DYLD_INSERT_LIBRARIES="$root/cups/libcups.2.dylib:$root/cups/libcupsimage.2.dylib:$DYLD_INSERT_LIBRARIES"
-        fi
-
-        if test "x$DYLD_LIBRARY_PATH" = x; then
-               DYLD_LIBRARY_PATH="$root/cups"
-        else
-               DYLD_LIBRARY_PATH="$root/cups:$DYLD_LIBRARY_PATH"
-        fi
+       if test "x$DYLD_INSERT_LIBRARIES" = x; then
+               DYLD_INSERT_LIBRARIES="$root/cups/libcups.2.dylib:$root/cups/libcupsimage.2.dylib"
+       else
+               DYLD_INSERT_LIBRARIES="$root/cups/libcups.2.dylib:$root/cups/libcupsimage.2.dylib:$DYLD_INSERT_LIBRARIES"
+       fi
+
+       if test "x$DYLD_LIBRARY_PATH" = x; then
+               DYLD_LIBRARY_PATH="$root/cups"
+       else
+               DYLD_LIBRARY_PATH="$root/cups:$DYLD_LIBRARY_PATH"
+       fi
 fi
 
 # These get exported because they don't have side-effects...