From 74ace98617bd9965fa0d302e89cefcde569ab236 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 11 Oct 2011 20:32:41 +0000 Subject: [PATCH] Whitespace. --- nmap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmap.cc b/nmap.cc index 5f0946932..0c0a693b2 100644 --- a/nmap.cc +++ b/nmap.cc @@ -1549,7 +1549,7 @@ int nmap_main(int argc, char *argv[]) { tty_init(); // Put the keyboard in raw mode - apply_delayed_options(); + apply_delayed_options(); #ifdef WIN32 win_init();