From 480e66d539c48a7bd49713790ed4602824a4f693 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Thu, 27 Sep 2001 20:04:21 +0000 Subject: [PATCH] Indent broken links. --- etc/check-links.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/check-links.lua b/etc/check-links.lua index 5d33732..24747a9 100644 --- a/etc/check-links.lua +++ b/etc/check-links.lua @@ -84,7 +84,7 @@ function checklinks(url) for i = 1, getn(links) do write(_STDERR, "\t", links[i], "\n") local err = getstatus(links[i]) - if err then write(links[i], ": ", err, "\n") end + if err then write('\t', links[i], ": ", err, "\n") end end end