From 1ca5fd003f5d3ffb32db581cb8d82d0721b5b12d Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Wed, 9 Jul 2014 20:20:46 +0200 Subject: shared: fix coding-style for ring-buffer implementation We use "typedef struct Ring Ring" with camel-case for internal objects. So rename "struct ring" to "Ring". --- src/test/test-ring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/test-ring.c') diff --git a/src/test/test-ring.c b/src/test/test-ring.c index 880815811c..5e4efdbde9 100644 --- a/src/test/test-ring.c +++ b/src/test/test-ring.c @@ -31,7 +31,7 @@ static void test_ring(void) { static const char buf[8192]; - struct ring r; + Ring r; size_t l; struct iovec vec[2]; int s; -- cgit v1.2.3-54-g00ecf