From 18daff9b95bbe4d5004a99079207a5343760ecd3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 29 Nov 2009 13:35:32 +0000 Subject: Whitespace removal. --- cpukit/libcsupport/src/putk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/putk.c') diff --git a/cpukit/libcsupport/src/putk.c b/cpukit/libcsupport/src/putk.c index 78d9f2abaf..71ccc9931e 100644 --- a/cpukit/libcsupport/src/putk.c +++ b/cpukit/libcsupport/src/putk.c @@ -20,7 +20,7 @@ * * Kernel putk (e.g. puts) function requiring minimal infrastrure. */ -void putk(const char *s) +void putk(const char *s) { const char *p = s; -- cgit v1.2.3