mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 00:19:01 +00:00
Removes trailing spaces in 69 files. Closes #971.
This commit is contained in:
@@ -147,7 +147,7 @@ extern "C" {
|
||||
#include "dnet.h"
|
||||
#include <nbase.h>
|
||||
|
||||
/* It is VERY important to never change the value of these two constants.
|
||||
/* It is VERY important to never change the value of these two constants.
|
||||
* Specially, OP_FAILURE should never be positive, as some pieces of code take
|
||||
* that for granted. */
|
||||
enum { OP_FAILURE = -1, OP_SUCCESS = 0 };
|
||||
|
||||
Reference in New Issue
Block a user