Change indentation to follow the updated standard.
Alot of mixed indentation. use 4 chars wide soft tabs.
This commit is contained in:
parent
9cc5420447
commit
f46ae1970b
51 changed files with 634 additions and 639 deletions
|
|
@ -31,7 +31,7 @@ NOTE: no data is copied, only the address 'obj' is stored in the queue.
|
|||
`queue_isempty()`::
|
||||
|
||||
Returns non zero if 'q' is empty. zero otherwise.
|
||||
|
||||
|
||||
`queue_num_items`::
|
||||
|
||||
Returns the number of items in 'q' at this given moment.
|
||||
|
|
|
|||
Reference in a new issue