summaryrefslogtreecommitdiff
path: root/unit/test-ringbuf.c
diff options
context:
space:
mode:
authorAnderson Lizardo <anderson.lizardo@openbossa.org>2014-01-25 21:34:20 -0400
committerJohan Hedberg <johan.hedberg@intel.com>2014-01-27 09:55:21 -0800
commitd1009b35c460d700bab7214a3ef2c38e2ab069c7 (patch)
tree414f4a3d74a8b2b802bed291a727c34eeed09da1 /unit/test-ringbuf.c
parentf047cb6a8a350d5c839c4b9de83f4b99e6507184 (diff)
downloadbluez-d1009b35c460d700bab7214a3ef2c38e2ab069c7.tar.gz
unit/test-ringbuf: Fix indentation
Diffstat (limited to 'unit/test-ringbuf.c')
-rw-r--r--unit/test-ringbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit/test-ringbuf.c b/unit/test-ringbuf.c
index a19216fa3..908a0d37d 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)