summaryrefslogtreecommitdiffstats
path: root/ax25ipd/kiss.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 15:38:07 +0200
committerRalf Baechle <ralf@linux-mips.org>2015-05-02 18:16:06 +0200
commit4c5e40d112326906a3e98fd31fd3646f8df2be92 (patch)
treeca9bddb69de96ba3d2bb55d7aa44cfb4b59facb8 /ax25ipd/kiss.c
parent695e3efd921dac7848066b6b64ef5e2ebbe7f526 (diff)
Insert space between `)' and a following `{'.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25ipd/kiss.c')
-rw-r--r--ax25ipd/kiss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25ipd/kiss.c b/ax25ipd/kiss.c
index a1c3e1c..fded84c 100644
--- a/ax25ipd/kiss.c
+++ b/ax25ipd/kiss.c
@@ -114,7 +114,7 @@ void assemble_kiss(unsigned char *buf, int l)
/* convert a standard AX25 frame into a kiss frame */
void send_kiss(unsigned char type, unsigned char *buf, int l)
{
-#define KISSEMIT(x) if (ofcount<MAX_FRAME){*ofptr=(x);ofptr++;ofcount++;}
+#define KISSEMIT(x) if (ofcount<MAX_FRAME) {*ofptr=(x);ofptr++;ofcount++;}
int i;