1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Got rid of (unnecessary) spaces in blank lines in *.cc and *.h files.

sed -i 's/^\s*$//'
This commit is contained in:
jay
2014-06-19 11:36:10 +00:00
parent ec9074f718
commit f5e438b966
34 changed files with 136 additions and 136 deletions

View File

@@ -238,7 +238,7 @@ class OFProbe {
class HostOsScanStats {
friend class HostOsScan;
public:
HostOsScanStats(Target *t);
~HostOsScanStats();
@@ -528,7 +528,7 @@ class OSScan {
int chunk_and_do_scan(std::vector<Target *> &Targets, int family);
int os_scan_ipv4(std::vector<Target *> &Targets);
int os_scan_ipv6(std::vector<Target *> &Targets);
public:
OSScan();
~OSScan();