commit: 77016216767358d9892b1736439ee60b9b197221 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jul 8 04:04:08 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 8 04:04:08 2023 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=77016216
share/fstab: fix whitespace As Matt pointed out on the PR. Fixes: aaf5ebb65b16fd41877a04cde82fdd3d8cc90cfb Signed-off-by: Sam James <sam <AT> gentoo.org> share/fstab | 1 - 1 file changed, 1 deletion(-) diff --git a/share/fstab b/share/fstab index 3db8396a..9af58b0a 100644 --- a/share/fstab +++ b/share/fstab @@ -2,7 +2,6 @@ # # See the manpage fstab(5) for more information. # -# # NOTE: The root filesystem should have a pass number of either 0 or 1. # All other filesystems should have a pass number of 0 or greater than 1. #
