From af5d108b8628b24e98f017e085275eaf1883903240511d862500caec57e20dcd Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Fri, 29 Aug 2025 11:15:46 +0200 Subject: [PATCH] .gitmodules: fix whitespace issue in python-sphinx-gallery Eight spaces instead of a single tab character made the line appear double-indented in Gitea web diff. Signed-off-by: Nathan Cutler --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 204ad8d..c37aa77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16995,7 +16995,7 @@ url = ../../pool/python-sphinx-click branch = leap-16.0 [submodule "python-sphinx-gallery"] - path = python-sphinx-gallery + path = python-sphinx-gallery url = ../../pool/python-sphinx-gallery branch = leap-16.0 [submodule "python-sphinx-qt-documentation"] -- 2.51.1