From cc14c538ad4d51b5d4212832236a9306992c89e4 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 4 Feb 2007 02:53:29 +0000 Subject: [PATCH] Removing extraneous newlines (sometimes up to 9 of them) from ends of a few files --- NmapOutputTable.h | 4 ---- nmap.cc | 1 - nmap_rpc.cc | 9 --------- nmap_rpc.h | 6 ------ osscan.h | 4 ---- output.cc | 2 -- protocols.cc | 6 ------ targets.h | 9 --------- tcpip.h | 4 ---- 9 files changed, 45 deletions(-) diff --git a/NmapOutputTable.h b/NmapOutputTable.h index f19856eac..37d09fa67 100644 --- a/NmapOutputTable.h +++ b/NmapOutputTable.h @@ -172,7 +172,3 @@ class NmapOutputTable { #endif /* NMAPOUTPUTTABLE_H */ - - - - diff --git a/nmap.cc b/nmap.cc index 9c8695d2c..6d3ff18b2 100644 --- a/nmap.cc +++ b/nmap.cc @@ -2476,4 +2476,3 @@ int nmap_fetchfile(char *filename_returned, int bufferlen, char *file) { } - diff --git a/nmap_rpc.cc b/nmap_rpc.cc index 6ed21e562..2ea56fb39 100644 --- a/nmap_rpc.cc +++ b/nmap_rpc.cc @@ -650,12 +650,3 @@ void close_rpc_query_sockets() { } } - - - - - - - - - diff --git a/nmap_rpc.h b/nmap_rpc.h index d2d99b250..b1a842e39 100644 --- a/nmap_rpc.h +++ b/nmap_rpc.h @@ -189,9 +189,3 @@ void close_rpc_query_sockets(); #endif /* NMAP_RPC_H */ - - - - - - diff --git a/osscan.h b/osscan.h index 23d321a8e..52c3ffcf1 100644 --- a/osscan.h +++ b/osscan.h @@ -171,7 +171,3 @@ int ipid_sequence(int numSamples, u16 *ipids, int islocalhost); #endif /*OSSCAN_H*/ - - - - diff --git a/output.cc b/output.cc index bad18ac22..6010e5706 100644 --- a/output.cc +++ b/output.cc @@ -1726,5 +1726,3 @@ void printfinaloutput() { log_flush_all(); } - - diff --git a/protocols.cc b/protocols.cc index abcefb6c1..b9eaf38f0 100644 --- a/protocols.cc +++ b/protocols.cc @@ -247,9 +247,3 @@ struct scan_lists *getfastprots(void) { return scanlist; } - - - - - - diff --git a/targets.h b/targets.h index b578c9fd1..d8e08a9af 100644 --- a/targets.h +++ b/targets.h @@ -176,12 +176,3 @@ int dumpExclude(TargetGroup*exclude_group); void returnhost(HostGroupState *hs); #endif /* TARGETS_H */ - - - - - - - - - diff --git a/tcpip.h b/tcpip.h index 77cdcbe98..8fb874daa 100644 --- a/tcpip.h +++ b/tcpip.h @@ -760,7 +760,3 @@ void set_pcap_filter(const char *device, pcap_t *pd, char *bpf, ...); #endif /*TCPIP_H*/ - - - -