From 187c6a681aee73aad77ae0e57173cec730a45304 Mon Sep 17 00:00:00 2001 From: jay Date: Fri, 23 May 2014 06:16:49 +0000 Subject: [PATCH] Fixed indentation --- nping/utils.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nping/utils.cc b/nping/utils.cc index c786a1acc..08b478b26 100644 --- a/nping/utils.cc +++ b/nping/utils.cc @@ -223,7 +223,7 @@ u8 *parseBufferSpec(char *str, size_t *outlen){ /* This catches the case of an empty "0x" */ if(strlen(str) == 2) return NULL; - start=str+2; + start=str+2; } /* String should be treated as list of hex char in this format: \x00\xFF\x0A*/ else if( !strncmp("\\x", str, 2) ){