indented using indent.sh script to get uniform looking code for release

This commit is contained in:
skarg
2013-03-13 22:17:13 +00:00
parent 2de46521b8
commit ba3242aafd
120 changed files with 3382 additions and 3299 deletions
+3 -3
View File
@@ -316,13 +316,13 @@ static void packet_statistics_clear(
}
static uint32_t Timer_Silence(
void * pArg)
void *pArg)
{
return timer_milliseconds(TIMER_SILENCE);
}
static void Timer_Silence_Reset(
void * pArg)
void *pArg)
{
timer_reset(TIMER_SILENCE);
}
@@ -823,7 +823,7 @@ int main(
if (test_global_header(argv[2])) {
while (read_received_packet(mstp_port)) {
packet_count++;
fprintf(stderr, "\r%u packets", (unsigned)packet_count);
fprintf(stderr, "\r%u packets", (unsigned) packet_count);
}
if (packet_count) {
packet_statistics_print();