1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 08:29:04 +00:00

Whitespace.

This commit is contained in:
david
2013-07-03 04:30:41 +00:00
parent 6a9548e147
commit 4fba0e5a9b

View File

@@ -219,7 +219,6 @@ int alloc_vsprintf(char **strp, const char *fmt, va_list va) {
/* Used by escape_windows_command_arg to append a character to the given buffer
at a given position, resizing the buffer if necessary. The position gets
moved by one byte after the call. */
static char* safe_append_char(char* buf, char byte, unsigned int *rpos, unsigned int *rsize)
{
if (*rpos >= *rsize) {