summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-08-01 06:44:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-08-01 06:44:23 +0000
commit5a81955702417fdd1eb3939bd8b0a74d8a26eb12 (patch)
tree9bc922c148aa2cfb2c28307a04dc5360101179c6 /cpukit/librpc
parent2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5a81955702417fdd1eb3939bd8b0a74d8a26eb12.tar.bz2
Cosmetics.
Diffstat (limited to 'cpukit/librpc')
-rw-r--r--cpukit/librpc/src/rpc/svc_udp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/librpc/src/rpc/svc_udp.c b/cpukit/librpc/src/rpc/svc_udp.c
index 335108c650..711d36586b 100644
--- a/cpukit/librpc/src/rpc/svc_udp.c
+++ b/cpukit/librpc/src/rpc/svc_udp.c
@@ -248,7 +248,8 @@ svcudp_freeargs(
}
static void
-svcudp_destroy(SVCXPRT *xprt)
+svcudp_destroy(
+ SVCXPRT *xprt)
{
register struct svcudp_data *su = su_data(xprt);