From 6540185fb9f869958f3b2822224c06292c7b7c07 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 15 May 2012 11:45:42 -0700 Subject: Fix formatting in last change. --- nscd/nscd-client.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nscd/nscd-client.h') diff --git a/nscd/nscd-client.h b/nscd/nscd-client.h index 325368e73b..aef76e8fdd 100644 --- a/nscd/nscd-client.h +++ b/nscd/nscd-client.h @@ -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, -- cgit v1.2.3