docs: Replace spaces with tabs in check-sysctl-docs

Remove the combination of spaces and tabs in favor of just tabs.

Signed-off-by: Joel Granados <joel.granados@kernel.org>
This commit is contained in:
Joel Granados 2025-07-01 10:19:09 +02:00
parent 30ec9fde45
commit 999aab7f56
1 changed files with 81 additions and 82 deletions

View File

@ -168,8 +168,7 @@ curtable && /UCOUNT_ENTRY.*/ {
END {
for (entry in documented) {
if (!seen[entry]) {
if (!seen[entry])
print "No implementation for " entry
}
}
}