mirror of
https://github.com/nmap/nmap.git
synced 2026-02-01 02:59:01 +00:00
Got rid of (unnecessary) spaces in blank lines in *.cc and *.h files.
sed -i 's/^\s*$//'
This commit is contained in:
@@ -158,7 +158,7 @@ class EchoServer {
|
||||
int generate_hs_final(EchoHeader *h, NEPContext *ctx);
|
||||
int generate_ready(EchoHeader *h, NEPContext *ctx);
|
||||
int generate_echo(EchoHeader *h, const u8 *pkt, size_t pktlen, NEPContext *ctx);
|
||||
|
||||
|
||||
public:
|
||||
|
||||
EchoServer();
|
||||
|
||||
Reference in New Issue
Block a user