chiark / gitweb /
shared: fix coding-style for ring-buffer implementation
authorDavid Herrmann <dh.herrmann@gmail.com>
Wed, 9 Jul 2014 18:20:46 +0000 (20:20 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Fri, 11 Jul 2014 14:43:53 +0000 (16:43 +0200)
We use "typedef struct Ring Ring" with camel-case for internal objects.
So rename "struct ring" to "Ring".


No differences found