jeyzu pushed a commit to branch master.
commit 10aafd711d2b019df0154c7627a52c650a006244
Author: Jérémy Zurcher <[email protected]>
Date: Sat May 4 21:21:32 2013 +0200
eo ptr ind: fix indentation
---
src/lib/eo/eo_ptr_indirection.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/lib/eo/eo_ptr_indirection.c b/src/lib/eo/eo_ptr_indirection.c
index 7b27cae..ddb7a78 100644
--- a/src/lib/eo/eo_ptr_indirection.c
+++ b/src/lib/eo/eo_ptr_indirection.c
@@ -313,15 +313,15 @@ _eo_id_release(const Eo_Id obj_id)
entry->active = 0;
entry->next_in_queue = -1;
/* Push the entry into the queue */
- if (table->queue_tail == -1)
- {
- table->queue_head = table->queue_tail = entry_id;
- }
- else
- {
- table->entries[table->queue_tail].next_in_queue = entry_id;
- table->queue_tail = entry_id;
- }
+ if (table->queue_tail == -1)
+ {
+ table->queue_head = table->queue_tail = entry_id;
+ }
+ else
+ {
+ table->entries[table->queue_tail].next_in_queue = entry_id;
+ table->queue_tail = entry_id;
+ }
return;
}
}
--
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2