Skip to content

Commit 6ac1857

Browse files
edgarpettijohnomar-polo
authored andcommitted
whitespace
1 parent 693b043 commit 6ac1857

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

table_socketmap.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636

3737
#define REPLYBUFFERSIZE 100000
3838

39-
static char *config;
40-
static int sock = -1;
41-
static int connected = 0;
42-
static FILE *sockstream;
43-
static char repbuffer[REPLYBUFFERSIZE+1];
39+
static char *config;
40+
static int sock = -1;
41+
static int connected = 0;
42+
static FILE *sockstream;
43+
static char repbuffer[REPLYBUFFERSIZE+1];
4444

4545
enum socketmap_reply{
4646
SM_OK = 0,

0 commit comments

Comments
 (0)