diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-02 13:08:43 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-02 13:08:43 +0000 |
commit | 404c0eeec630aa6acda2649e65a4305535b2543b (patch) | |
tree | dd5794f7eeaf2ecdb63fd65f49a88a0629851984 | |
parent | e53e61c1f36c57767536269ceecdd2e314d6fe8e (diff) | |
download | FreeBSD-src-404c0eeec630aa6acda2649e65a4305535b2543b.zip FreeBSD-src-404c0eeec630aa6acda2649e65a4305535b2543b.tar.gz |
Cosmetics: kill blank lines at the end of file.
MFC after: 1 month
-rw-r--r-- | usr.sbin/pkg_install/lib/global.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/global.c b/usr.sbin/pkg_install/lib/global.c index aeaa96a..513cf41 100644 --- a/usr.sbin/pkg_install/lib/global.c +++ b/usr.sbin/pkg_install/lib/global.c @@ -31,5 +31,3 @@ Boolean Verbose = FALSE; Boolean Fake = FALSE; Boolean Force = FALSE; int AutoAnswer = FALSE; - - |