diff mbox series

[FFmpeg-devel,v3,5/5] doc/texidep: switch to shebang without space

Message ID 20240409135034.95513-5-jdek@itanimul.li
State New
Headers show
Series [FFmpeg-devel,v3,1/5] configure: simplify bigendian check | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

J. Dekker April 9, 2024, 1:50 p.m. UTC
This commit is purely cosmetic.

Signed-off-by: J. Dekker <jdek@itanimul.li>
---
 doc/texidep.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/doc/texidep.pl b/doc/texidep.pl
index 099690378e..33e6c7c53e 100644
--- a/doc/texidep.pl
+++ b/doc/texidep.pl
@@ -1,4 +1,4 @@ 
-#! /usr/bin/env perl
+#!/usr/bin/env perl
 
 # This script will print the dependency of a Texinfo file to stdout.
 # texidep.pl <src-path> <input.texi> <output.ext>