1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-25 15:49:02 +00:00

Normalize public/private indentation.

This commit is contained in:
david
2013-05-03 21:30:51 +00:00
parent 2ffc2099ab
commit 1d57ef7eb4

View File

@@ -149,7 +149,7 @@
class NpingOps {
public:
public:
/* Constructors / Destructors */
NpingOps();
@@ -495,7 +495,7 @@ class NpingOps {
int setDelayedRcvd(const char *str, nsock_event_id id);
char *getDelayedRcvd(nsock_event_id *id);
private:
private:
/* Probe modes */
int mode; /* Probe mode (TCP,UDP,ICMP,ARP,RARP...) */
@@ -666,7 +666,7 @@ class NpingOps {
bool delayed_rcvd_str_set; /* Do we have a delayed RCVD string? */
nsock_event_id delayed_rcvd_event; /* Nsock event for delayed RCVD */
public:
public:
NpingTargets targets;
NpingStats stats; /* Global statistics */