Fix formatting in last change.

This commit is contained in:
Roland McGrath 2012-05-15 11:45:42 -07:00
parent 509072a0f7
commit 6540185fb9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-05-15 Roland McGrath <roland@hack.frob.com>
* nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
2012-05-15 Jeff Law <law@redhat.com>
Andreas Jaeger <aj@suse.de>

View file

@ -323,7 +323,8 @@ struct locked_map_ptr
/* Try acquiring lock for mapptr, returns true if it succeeds, false
if not. */
static inline bool __nscd_acquire_maplock (volatile struct locked_map_ptr *mapptr)
static inline bool
__nscd_acquire_maplock (volatile struct locked_map_ptr *mapptr)
{
int cnt = 0;
while (__builtin_expect (atomic_compare_and_exchange_val_acq (&mapptr->lock,