test-udp-pings: format source code

This commit is contained in:
Bert Belder 2017-09-14 01:06:15 +02:00
parent a8807482b2
commit 8e8df010f3

View File

@ -2,9 +2,9 @@
#include <stdio.h>
#include <stdlib.h>
#include "win.h"
#include "error.h"
#include "epoll.h"
#include "error.h"
#include "win.h"
static const char PING[] = "PING";
static const int NUM_PINGERS = 1000;