updated coding standards

pull/1/head
Kaleb Himes 2014-05-22 10:56:08 -06:00
parent 33d5fffef4
commit ee3040b902
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@
#include <arpa/inet.h>
#define SERV_PORT 11111 /* define our server port number */
#define MSGLEN 80 /* limit incoming message size */
#define SERV_PORT 11111 /* define our server port number */
#define MSGLEN 80 /* limit incoming message size */
int main (int argc, char** argv)
{