From 6b7a709ed0e6694096d9424f2189c24790cb2552 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Wed, 14 Jan 2009 20:06:18 +0000 Subject: Whitespace and coding guidelines changes only. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5660 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- hdlctest.c | 72 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 41 insertions(+), 31 deletions(-) (limited to 'hdlctest.c') diff --git a/hdlctest.c b/hdlctest.c index dea165f..7358fc1 100644 --- a/hdlctest.c +++ b/hdlctest.c @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include #include @@ -90,24 +90,26 @@ void print_packet(unsigned char *buf, int len) { int x; printf("{ "); - for (x=0;x 64) { dump_bits(outbuf + x - 64, 64); @@ -288,5 +298,5 @@ int main(int argc, char *argv[]) } } } - + } -- cgit v1.2.3