File 0198-.github-Fixed-tab-character-typo.patch of Package erlang

From 257f061db71e47ba25e11208d41324d8aac4a820 Mon Sep 17 00:00:00 2001
From: Sverker Eriksson <sverker@erlang.org>
Date: Thu, 22 Jan 2026 17:03:15 +0100
Subject: [PATCH] .github: Fixed tab character typo

Only spaces to indent apparently.
---
 .github/workflows/main.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index aab537aae9..e2259fc55c 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -81,7 +81,7 @@ jobs:
           MODIFIED_BEAM_FILES=$(git diff --name-only --merge-base \
                                          ${{github.event.pull_request.base.sha}} \
                                          ${{github.event.pull_request.head.sha}} \
-		                | grep '\.beam$' || true)
+                                | grep '\.beam$' || true)
           if [[ "$PERMISSION" != "admin" && "$PERMISSION" != "maintain" && "$PERMISSION" != "Security Master" && -n "$MODIFIED_BEAM_FILES" ]]; then
              echo "::error::Workflow failed: Only maintainers can make modifications to '*.beam' files:"
              echo "$MODIFIED_BEAM_FILES"
-- 
2.51.0

openSUSE Build Service is sponsored by