Skip to content

Commit

Permalink
Fixed indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Sep 4, 2019
1 parent a9848b9 commit e2b44d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/public/module/queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ typedef struct _queue_itr queue_itr_t;

#ifdef __cplusplus
extern "C"{
#endif
#endif

_public_ queue_t *queue_new(const queue_dtor fn);
_public_ queue_itr_t *queue_itr_new(const queue_t *q);
Expand All @@ -41,6 +41,6 @@ extern "C"{
_public_ queue_ret_code queue_free(queue_t *q);
_public_ ssize_t queue_length(const queue_t *q);

#ifdef __cplusplus
#ifdef __cplusplus
}
#endif

0 comments on commit e2b44d3

Please sign in to comment.