diff options
author | Sam James <sam@gentoo.org> | 2021-03-22 08:10:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-22 08:10:16 +0000 |
commit | c373f923729cd1ab62d5e369b2d86afa1a3cf41b (patch) | |
tree | d971d390bdd2260cb460b6968df850e3a10a47a0 /net-analyzer/httping | |
parent | net-analyzer/httping: drop USE=libressl support (diff) | |
download | gentoo-c373f923729cd1ab62d5e369b2d86afa1a3cf41b.tar.gz gentoo-c373f923729cd1ab62d5e369b2d86afa1a3cf41b.tar.bz2 gentoo-c373f923729cd1ab62d5e369b2d86afa1a3cf41b.zip |
net-analyzer/httping: fix WhitespaceFound
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/httping')
-rw-r--r-- | net-analyzer/httping/httping-9999999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/httping/httping-9999999.ebuild b/net-analyzer/httping/httping-9999999.ebuild index 15f79d85a732..c3e262a43ac8 100644 --- a/net-analyzer/httping/httping-9999999.ebuild +++ b/net-analyzer/httping/httping-9999999.ebuild @@ -51,7 +51,7 @@ src_configure() { # bug #731950 sed -i -e "s/-lncursesw/${ncurses_flags}/" Makefile || die append-ldflags "${ncurses_flags}" - fi + fi } src_compile() { |