In-progress work to implement inode map loading at server start.
[bluesky.git] / bluesky / log.c
index 7f2eea4..82db346 100644 (file)
@@ -228,7 +228,7 @@ static gpointer log_thread(gpointer d)
         item->data = NULL;
         bluesky_cloudlog_fetch(item);
 
-        log->committed  = g_slist_prepend(log->committed, item);
+        log->committed = g_slist_prepend(log->committed, item);
         g_atomic_int_add(&item->data_lock_count, -1);
         g_mutex_unlock(item->lock);