From 8a1ed696d9d6acd8dda583df17d6b42284d76d28 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Thu, 3 Jul 2008 21:34:12 +0000 Subject: [PATCH] Slightly nicer formatting --- core/net/rime/chameleon-raw.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/net/rime/chameleon-raw.c b/core/net/rime/chameleon-raw.c index 182be8a3c..cfda31ad6 100644 --- a/core/net/rime/chameleon-raw.c +++ b/core/net/rime/chameleon-raw.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: chameleon-raw.c,v 1.2 2008/07/02 15:02:33 matsutsuka Exp $ + * $Id: chameleon-raw.c,v 1.3 2008/07/03 21:34:12 adamdunkels Exp $ */ /** @@ -183,4 +183,5 @@ hdrsize(const struct rimebuf_attrlist *a) return size / 8; } /*---------------------------------------------------------------------------*/ -CC_CONST_FUNCTION struct chameleon_module chameleon_raw = { input, output, hdrsize, NULL }; +CC_CONST_FUNCTION struct chameleon_module chameleon_raw = { input, output, + hdrsize, NULL };