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

More code cleaning: whitespace and indentation fixes.

This commit is contained in:
henri
2012-01-20 08:26:14 +00:00
parent 8dd5bc49ca
commit 9c7f72108b
3 changed files with 145 additions and 146 deletions

View File

@@ -180,7 +180,6 @@ static int socket_count_dec_ssl_desire(msevent *nse) {
* If this counter reaches zero, the event won't be watched anymore by the * If this counter reaches zero, the event won't be watched anymore by the
* IO engine for this IOD. * IO engine for this IOD.
*/ */
static void update_events(msiod * iod, mspool *ms, int ev_inc, int ev_dec) { static void update_events(msiod * iod, mspool *ms, int ev_inc, int ev_dec) {
int setmask, clrmask; int setmask, clrmask;