1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-09 06:56:35 +00:00

Replace the mix of spaces and tabs in the main NSE files with uniform two-space

indents, which seems to be the dominant style.
This commit is contained in:
david
2008-11-18 21:11:27 +00:00
parent 85deff9ede
commit 20cf487b33
7 changed files with 939 additions and 952 deletions

View File

@@ -2,9 +2,9 @@
#define NMAP_LUA_H
extern "C" {
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}
#include <vector>