We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693b043 commit 6ac1857Copy full SHA for 6ac1857
1 file changed
table_socketmap.c
@@ -36,11 +36,11 @@
36
37
#define REPLYBUFFERSIZE 100000
38
39
-static char *config;
40
-static int sock = -1;
41
-static int connected = 0;
42
-static FILE *sockstream;
43
-static char repbuffer[REPLYBUFFERSIZE+1];
+static char *config;
+static int sock = -1;
+static int connected = 0;
+static FILE *sockstream;
+static char repbuffer[REPLYBUFFERSIZE+1];
44
45
enum socketmap_reply{
46
SM_OK = 0,
0 commit comments