Wrap the source code at 80 characters.
Truncate the blob hash in the overlong
github.com link to 12 nibbles.
Testing: (a) the truncated link leads to the same resource, (b) nbdkit
still builds.
Bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=2172516
Signed-off-by: Laszlo Ersek <lersek(a)redhat.com>
---
plugins/perl/perl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c
index cccf6836ccbf..d3b7cede28c0 100644
--- a/plugins/perl/perl.c
+++ b/plugins/perl/perl.c
@@ -171,7 +171,7 @@ xs_init (pTHX)
/* This macro defines flags such as $Nbdkit::FLAG_MAY_TRIM
* See also
- *
https://github.com/Perl/perl5/blob/5de22a40933c620b62e1f431457593777b9979...
+ *
https://github.com/Perl/perl5/blob/5de22a40933c/os2/os2.c#L4563
*/
#define DEFINE_FLAG(n) \
gv = gv_fetchpv ("Nbdkit::" #n, TRUE, SVt_PV); \