From a4240eaab5631b5ec2682160fcc67400ebd6f8a2 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 3 May 2013 17:54:55 +0000 Subject: [PATCH] Minor style fix --- nping/nping.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nping/nping.cc b/nping/nping.cc index 2dca1cbf6..5d0e0c37a 100644 --- a/nping/nping.cc +++ b/nping/nping.cc @@ -125,10 +125,10 @@ void signal_handler(int signo); * probe mode, echo client or echo server). */ int main(int argc, char *argv[] ){ - struct tm *tm; /* For time display */ - time_t now; /* Stores current time */ - char tbuf[128]; /* Stores current time as a string */ - ArgParser a; /* Command line argument parser */ + struct tm *tm; /* For time display */ + time_t now; /* Stores current time */ + char tbuf[128]; /* Stores current time as a string */ + ArgParser a; /* Command line argument parser */ unsigned long int i=0; ProbeMode prob; NpingTarget *t=NULL;