From 8c495dc7211aa0ee02ff56830fb401e06cbbaeae Mon Sep 17 00:00:00 2001 From: rofl0r Date: Sun, 5 Jan 2014 20:12:09 +0100 Subject: [PATCH] rocksock_variables: whitespace cleanup --- rocksock_variables.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rocksock_variables.c b/rocksock_variables.c index dfff072..6af6d19 100644 --- a/rocksock_variables.c +++ b/rocksock_variables.c @@ -1,7 +1,7 @@ #ifdef ROCKSOCK_FILENAME const char* rs_errorMap[] = { - "0" , "1" , "2" , "3" , "4" , "5" , "6" , "7", - "8" , "9" , "10", "11", "12", "13", "14", "15", + "0" , "1" , "2" , "3" , "4" , "5" , "6" , "7", + "8" , "9" , "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23" }; @@ -9,13 +9,13 @@ const char* rs_errorMap[] = { #define ROCKSOCK_FILENAME __FILE__ const char* rs_errorMap[] = { - // RS_E_NO_ERROR, + // RS_E_NO_ERROR, "no error", //RS_E_NULL, "NULL pointer passed", - //RS_E_EXCEED_PROXY_LIMIT, + //RS_E_EXCEED_PROXY_LIMIT, "exceeding maximum number of proxies", - //RS_E_NO_SSL, + //RS_E_NO_SSL, "can not establish SSL connection, since library was not compiled with USE_SSL define", // RS_E_NO_SOCKET "socket is not set up, maybe you should call connect first", @@ -25,7 +25,7 @@ const char* rs_errorMap[] = { "supplied buffer is too small", // RS_E_SSL_GENERIC "generic SSL error, see STDERR", - // RS_E_SOCKS4_NOAUTH + // RS_E_SOCKS4_NOAUTH "SOCKS4 authentication not implemented", // RS_E_SOCKS5_AUTH_EXCEEDSIZE "maximum length for SOCKS5 servername/password/username is 255", -- 2.11.4.GIT