summaryrefslogtreecommitdiffstats
path: root/app/ring.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/ring.h')
-rw-r--r--app/ring.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/ring.h b/app/ring.h
index 4e3a22c..ba8887b 100644
--- a/app/ring.h
+++ b/app/ring.h
@@ -5,5 +5,3 @@ typedef struct ring
size_t write;
size_t read;
} ring_t;
-
-