summaryrefslogtreecommitdiff
path: root/accel-pppd/triton/mempool.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/triton/mempool.h')
-rw-r--r--accel-pppd/triton/mempool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/triton/mempool.h b/accel-pppd/triton/mempool.h
index 53eebfb7..9b95af09 100644
--- a/accel-pppd/triton/mempool.h
+++ b/accel-pppd/triton/mempool.h
@@ -5,7 +5,7 @@
struct mempool_stat_t
{
- uint32_t allocated;
+ uint32_t allocated;
uint32_t available;
};