Delete TAB only line.
authorasou <asou@openbsd.org>
Wed, 25 Jan 2023 10:53:15 +0000 (10:53 +0000)
committerasou <asou@openbsd.org>
Wed, 25 Jan 2023 10:53:15 +0000 (10:53 +0000)
etc/rc

diff --git a/etc/rc b/etc/rc
index 466e84c..7cf7e42 100644 (file)
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-#      $OpenBSD: rc,v 1.569 2023/01/18 20:44:40 deraadt Exp $
+#      $OpenBSD: rc,v 1.570 2023/01/25 10:53:15 asou Exp $
 
 # System startup script run by init on autoboot or after single-user.
 # Output and error are redirected to console by init, and the console is the
@@ -251,7 +251,7 @@ reorder_libs() {
                fi
                ) || { _error=true; break; }
        done
-               
+
        rm -rf $_relink/_rebuild.*
 
        # Restore previous mount state if it was changed.