[master] 710ce1d1c coverity: Fix indentation

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Jan 31 09:24:06 UTC 2022


commit 710ce1d1c5dcb39fb639ae003ca8753932c9babe
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Jan 31 10:22:14 2022 +0100

    coverity: Fix indentation

diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index 1958fe02a..616ebd57b 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -11,19 +11,19 @@ jobs:
     steps:
     - run: |
       sudo apt-get install -y \
-	    autoconf \
-	    automake \
-	    build-essential \
-	    ca-certificates \
-	    cpio \
-	    libedit-dev \
-	    libjemalloc-dev \
-	    libncurses-dev \
-	    libpcre2-dev \
-	    libtool \
-	    libunwind-dev \
-	    pkg-config \
-	    python3-sphinx
+        autoconf \
+        automake \
+        build-essential \
+        ca-certificates \
+        cpio \
+        libedit-dev \
+        libjemalloc-dev \
+        libncurses-dev \
+        libpcre2-dev \
+        libtool \
+        libunwind-dev \
+        pkg-config \
+        python3-sphinx
     - uses: actions/checkout at v2
     - run: ./autogen.sh
     - run: ./configure --with-persistent-storage


More information about the varnish-commit mailing list