mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Removing extraneous newlines (sometimes up to 9 of them) from ends of a few files
This commit is contained in:
@@ -172,7 +172,3 @@ class NmapOutputTable {
|
||||
|
||||
#endif /* NMAPOUTPUTTABLE_H */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
1
nmap.cc
1
nmap.cc
@@ -2476,4 +2476,3 @@ int nmap_fetchfile(char *filename_returned, int bufferlen, char *file) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -650,12 +650,3 @@ void close_rpc_query_sockets() {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -189,9 +189,3 @@ void close_rpc_query_sockets();
|
||||
|
||||
#endif /* NMAP_RPC_H */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
4
osscan.h
4
osscan.h
@@ -171,7 +171,3 @@ int ipid_sequence(int numSamples, u16 *ipids, int islocalhost);
|
||||
|
||||
#endif /*OSSCAN_H*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -247,9 +247,3 @@ struct scan_lists *getfastprots(void) {
|
||||
return scanlist;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -176,12 +176,3 @@ int dumpExclude(TargetGroup*exclude_group);
|
||||
void returnhost(HostGroupState *hs);
|
||||
#endif /* TARGETS_H */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user