Diff between f047cb6a8a350d5c839c4b9de83f4b99e6507184 and d1009b35c460d700bab7214a3ef2c38e2ab069c7
Changed Files
| File | Additions | Deletions | Status |
| unit/test-ringbuf.c | +1 | -1 | modified |
Full Patch
diff --git a/unit/test-ringbuf.c b/unit/test-ringbuf.c
index a19216f..908a0d3 100644
--- a/unit/test-ringbuf.c
+++ b/unit/test-ringbuf.c
@@ -41,7 +41,7 @@ static unsigned int nlpo2(unsigned int x)
x |= (x >> 4);
x |= (x >> 8);
x |= (x >> 16);
- return x + 1;
+ return x + 1;
}
static unsigned int align_power2(unsigned int u)