Commit 999aab7f authored by Joel Granados's avatar Joel Granados
Browse files

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



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

Signed-off-by: default avatarJoel Granados <joel.granados@kernel.org>
parent 30ec9fde
Loading
Loading
Loading
Loading
+81 −82
Original line number Diff line number Diff line
@@ -168,8 +168,7 @@ curtable && /UCOUNT_ENTRY.*/ {

END {
	for (entry in documented) {
	if (!seen[entry]) {
		if (!seen[entry])
			print "No implementation for " entry
	}
}
}